This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
b3827e4f3728b77bd3e60587487ebfc3cc8d901b
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
}
Reference in New Issue
Copy Permalink