This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-05-01 04:27:38 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
901b340c1f
rust
/
tests
/
ui
/
namespace
/
auxiliary
/
namespaced_enums.rs
11 lines
117 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 17:51:14 +00:00
pub
enum
Foo
{
A
,
B
(
isize
)
,
C
{
a
:
isize
}
,
}
impl
Foo
{
pub
fn
foo
(
)
{
}
pub
fn
bar
(
&
self
)
{
}
Add test case for stable import of invalid span information.
2015-03-18 21:05:24 +00:00
}
Reference in New Issue
Copy Permalink