This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
07c993eba8
rust
/
tests
/
ui
/
macros
/
macro-name-typo.rs
4 lines
62 B
Rust
Raw
Normal View
History
Unescape
Escape
Add test for macro suggestions
2015-11-26 00:36:30 +01:00
fn
main
(
)
{
Merge cfail and ui tests into ui tests
2017-11-20 13:13:27 +01:00
printlx!
(
"
oh noes!
"
)
;
//~ ERROR cannot find
Add test for macro suggestions
2015-11-26 00:36:30 +01:00
}
Copy permalink