This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-05-03 05:27:36 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
901b340c1f
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 08:12:41 +00:00
fn
main
(
)
{
Settle on the format/write/print family of names
2013-08-24 01:14:11 +00: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 08:12:41 +00:00
//~^ ERROR: unknown format trait `notimplemented`
}
Reference in New Issue
Copy Permalink