This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b602cf527f
rust
/
tests
/
ui
/
structs-enums
/
auxiliary
/
xcrate_struct_aliases.rs
7 lines
71 B
Rust
Raw
Normal View
History
Unescape
Escape
move auxiliary builds to a test-relative `aux` Instead of finding aux-build files in `auxiliary`, we now search for an `aux` directory relative to the test. So if your test is `compile-fail/foo.rs`, we would look in `compile-fail/aux`. Similarly, we ignore the `aux` directory when searching for tets.
2016-04-26 12:51:14 -05:00
pub
struct
S
{
pub
x
:
isize
,
pub
y
:
isize
,
Add test case for stable import of invalid span information.
2015-03-18 16:05:24 -05:00
}
move auxiliary builds to a test-relative `aux` Instead of finding aux-build files in `auxiliary`, we now search for an `aux` directory relative to the test. So if your test is `compile-fail/foo.rs`, we would look in `compile-fail/aux`. Similarly, we ignore the `aux` directory when searching for tets.
2016-04-26 12:51:14 -05:00
pub
type
S2
=
S
;
Reference in New Issue
Copy Permalink