This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
14e59bb317
rust
/
tests
/
ui
/
variants
/
auxiliary
/
variant-namespacing.rs
6 lines
66 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 10:51:14 -07:00
pub
enum
XE
{
XStruct
{
a
:
u8
}
,
XTuple
(
u8
)
,
XUnit
,
Add test case for stable import of invalid span information.
2015-03-18 22:05:24 +01:00
}
Copy permalink