This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
b3827e4f3728b77bd3e60587487ebfc3cc8d901b
rust
/
tests
/
ui
/
recursion
/
auxiliary
/
recursive_reexports.rs
4 lines
40 B
Rust
Raw
Normal View
History
Unescape
Escape
Add regression test
2016-06-29 00:18:07 +00:00
pub
mod
foo
{
Use non-2015 edition paths in tests that do not test for their resolution This allows for testing these tests on editions other than 2015
2025-06-03 10:03:42 +02:00
pub
use
crate
::
foo
;
Add regression test
2016-06-29 00:18:07 +00:00
}
Reference in New Issue
Copy Permalink