This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3088c4b046
rust
/
tests
/
ui
/
imports
/
issue-56263.rs
9 lines
75 B
Rust
Raw
Normal View
History
Unescape
Escape
Use check-pass in ui tests where appropriate
2019-11-03 18:00:00 -06:00
// check-pass
resolve: Extern prelude is for type namespace only
2018-11-26 18:26:37 -06:00
// edition:2018
use
::
std
;
fn
main
(
)
{
let
std
=
10
;
}
Reference in New Issue
Copy Permalink