• A
    std: Remove i18n/l10n from format! · cac7a205
    Alex Crichton 提交于
    * The select/plural methods from format strings are removed
    * The # character no longer needs to be escaped
    * The \-based escapes have been removed
    * '{{' is now an escape for '{'
    * '}}' is now an escape for '}'
    
    Closes #14810
    [breaking-change]
    cac7a205
lib.rs 19.7 KB