Added struct fmt::FormattingOptions
This allows to build custom `std::Formatter`s at runtime. Also added some related enums and two related methods on `std::Formatter`.
This commit is contained in:
@@ -292,6 +292,7 @@
|
||||
#![feature(dropck_eyepatch)]
|
||||
#![feature(f128)]
|
||||
#![feature(f16)]
|
||||
#![feature(formatting_options)]
|
||||
#![feature(if_let_guard)]
|
||||
#![feature(intra_doc_pointers)]
|
||||
#![feature(lang_items)]
|
||||
|
||||
Reference in New Issue
Block a user