This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Issues
Pull requests
Activity
b3bbc22cb7
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-21 12:16:59 +13:00
#![
no_std
]
Allow selective macro import
2015-01-02 12:50:45 -08:00
#[
macro_use(foo=
"
bar
"
)
]
//~ ERROR bad macro import
extern
crate
std
;
cleanup: Add main functions to some UI tests
2018-08-23 02:19:38 +03:00
fn
main
(
)
{
}
Reference in a new issue
Copy permalink