This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-02-25 13:24:22 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
999a0dc300
rust
/
tests
/
ui
/
macros
/
macro-use-bad-args-2.rs
7 lines
96 B
Rust
Raw
Normal View
History
Unescape
Escape
test fallout
2016-01-20 23:16:59 +00:00
#![
no_std
]
Allow selective macro import
2015-01-02 20:50:45 +00:00
#[
macro_use(foo=
"
bar
"
)
]
//~ ERROR bad macro import
extern
crate
std
;
cleanup: Add main functions to some UI tests
2018-08-22 23:19:38 +00:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink