This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
07c993eba8
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
(
)
{
}
Copy permalink