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-02-10 22:13:27 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5311938531
rust
/
tests
/
ui
/
super-at-top-level.rs
5 lines
83 B
Rust
Raw
Normal View
History
Unescape
Escape
Diagnostics should not end with a full stop
2020-01-10 14:36:22 +00:00
use
super
::
f
;
//~ ERROR there are too many leading `super` keywords
librustc: Make `use` statements crate-relative by default. r=brson
2012-12-13 21:05:22 +00:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink