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
12c32e944d3dbadb6a114a6e0bc51b065b4f42c1
rust
/
src
/
test
/
compile-fail
/
ext-nonexistent.rs
3 lines
81 B
Rust
Raw
Normal View
History
Unescape
Escape
Add backtraces for syntax problems.
2011-08-05 13:06:11 -07:00
// error-pattern:macro undefined
`m1!{...}` -> `m1!(...)`
2012-08-22 17:24:52 -07:00
fn
main
(
)
{
iamnotanextensionthatexists!
(
"
"
)
;
}
Reference in New Issue
Copy Permalink