This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
233d94e72f
rust
/
tests
/
ui
/
macros
/
macro-use-bad-args-1.rs
7 lines
95 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
(
)
{
}
Copy permalink