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
a8112f3b34
rust
/
src
/
test
/
compile-fail
/
no-core-attribute.rs
6 lines
85 B
Rust
Raw
Normal View
History
Unescape
Escape
rustc: Switch the --no-core switch to a #[no_core] attribute
2012-01-26 18:23:34 -06:00
// error-pattern:unresolved name: debug
rustc: Move core injection to its own module
2012-01-26 17:20:29 -06:00
#[
no_core
]
;
fn
main
(
)
{
rustc: Switch the --no-core switch to a #[no_core] attribute
2012-01-26 18:23:34 -06:00
log
(
debug
,
0
)
;
rustc: Move core injection to its own module
2012-01-26 17:20:29 -06:00
}
Reference in New Issue
Copy Permalink