This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Issues
Pull requests
Activity
12c32e944d
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 a new issue
Copy permalink