This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2024-11-01 06:51:58 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
226fd87199
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 20:06:11 +00:00
// error-pattern:macro undefined
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
2012-07-30 23:01:07 +00:00
fn
main
(
)
{
iamnotanextensionthatexists!
{
"
"
}
;
}
Reference in New Issue
Copy Permalink