This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
226fd87199
rust
/
src
/
test
/
compile-fail
/
extfmt-no-args.rs
4 lines
72 B
Rust
Raw
Normal View
History
Unescape
Escape
Make extracting syntax extension arguments easier.
2012-05-14 17:32:32 -05:00
// error-pattern:#fmt needs at least 1 arguments
rustc: Use spans on extfmt error messages Issue #444
2011-06-04 15:04:40 -05:00
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
2012-07-30 18:01:07 -05:00
fn
main
(
)
{
fmt!
{
}
;
}
Reference in New Issue
Copy Permalink