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:
Elias Holzmann
2023-11-22 01:52:13 +01:00
parent 1d7984a132
commit f17d13285c
8 changed files with 349 additions and 70 deletions

View File

@@ -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)]