This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Issues
Pull requests
Activity
0e3ee39c41
rust
/
src
/
test
/
compile-fail
/
ext-nonexistent.rs
5 lines
91 B
Rust
Raw
Normal View
History
Unescape
Escape
"macro" -> "syntax extension" for now
2011-06-03 17:47:38 -07:00
// error-pattern:unknown syntax expander
Make the macro system more modular.
2011-06-02 18:58:23 -07:00
fn
main
(
)
{
#
iamnotanextensionthatexists
(
"
"
)
;
rustc: Use a set-based approach to unification; remove ty_bound_param and ty_local. Sorry, big perf regression; will fix soon.
2011-05-20 18:36:35 -07:00
}
Reference in a new issue
Copy permalink