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
58e901b6fd1163172149fd422565523b17eed5f0
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 13:05:22 -08:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink