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
rust
/
tests
/
ui
/
fmt
/
ifmt-unknown-trait.rs
5 lines
107 B
Rust
Raw
Normal View
History
Unescape
Escape
Add initial support for a new formatting syntax The new macro is available under the name ifmt! (only an intermediate name)
2013-07-29 01:12:41 -07:00
fn
main
(
)
{
Settle on the format/write/print family of names
2013-08-23 18:14:11 -07:00
format!
(
"
{:notimplemented}
"
,
"
3
"
)
;
Add initial support for a new formatting syntax The new macro is available under the name ifmt! (only an intermediate name)
2013-07-29 01:12:41 -07:00
//~^ ERROR: unknown format trait `notimplemented`
}
Reference in New Issue
Copy Permalink