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
fd1a263fc7029b06a8f041feadbcc85c65b0a6e8
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