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-06-05 11:48:30 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
901bab70d3
rust
/
tests
/
ui
/
rfc-2126-extern-absolute-paths
/
non-existent-1.rs
6 lines
83 B
Rust
Raw
Normal View
History
Unescape
Escape
add edition compiletest header + fix tests
2018-06-26 03:04:08 +00:00
// edition:2018
Make extern_absolute_paths only work on the new edition
2018-05-04 18:37:27 +00:00
rustc_resolve: don't allow `::crate_name` to bypass `extern_prelude`.
2018-08-24 15:51:32 +00:00
use
xcrate
::
S
;
//~ ERROR unresolved import `xcrate`
Resolve absolute paths as extern under a feature flag
2017-12-10 00:30:47 +00:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink