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
29f32b4a72
rust
/
src
/
test
/
compile-fail
/
extfmt-unterminated-conv.rs
4 lines
67 B
Rust
Raw
Normal View
History
Unescape
Escape
stdlib: Use spans for #fmt errors originating in std Issue #444
2011-06-04 17:23:06 -05:00
// error-pattern:unterminated conversion
`m1!{...}` -> `m1!(...)`
2012-08-22 19:24:52 -05:00
fn
main
(
)
{
fmt!
(
"
%
"
)
;
}
Reference in New Issue
Copy Permalink