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
df5c2cf9bc
rust
/
tests
/
ui
/
rfcs
/
rfc-2126-extern-absolute-paths
/
non-existent-3.rs
6 lines
80 B
Rust
Raw
Normal View
History
Unescape
Escape
add edition compiletest header + fix tests
2018-06-25 22:04:08 -05:00
// edition:2018
Make extern_absolute_paths only work on the new edition
2018-05-04 13:37:27 -05:00
rustc_resolve: don't allow `::crate_name` to bypass `extern_prelude`.
2018-08-24 10:51:32 -05:00
use
ycrate
;
//~ ERROR unresolved import `ycrate`
Resolve absolute paths as extern under a feature flag
2017-12-09 18:30:47 -06:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink