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
12c32e944d
rust
/
src
/
test
/
compile-fail
/
extfmt-no-args.rs
4 lines
72 B
Rust
Raw
Normal View
History
Unescape
Escape
Replace several common macros of the form #m[...] with m!(...) This commit replaces nearly all remaining uses of #fmt, #debug, #error, and #info, and fixes some error messages...
2012-10-12 14:32:36 -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
`m1!{...}` -> `m1!(...)`
2012-08-22 19:24:52 -05:00
fn
main
(
)
{
fmt!
(
)
;
}
Reference in New Issue
Copy Permalink