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
0e3ee39c41462652f41993a5610265abea6daa96
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 New Issue
Copy Permalink