]> git.lizzy.rs Git - rust.git/commit
Make rustc_parse_format compile on stable
authorbjorn3 <bjorn3@users.noreply.github.com>
Fri, 29 Apr 2022 16:48:58 +0000 (18:48 +0200)
committerbjorn3 <bjorn3@users.noreply.github.com>
Tue, 3 May 2022 09:26:58 +0000 (11:26 +0200)
commitd33140d2dc95c33bc8281b476048c923476c8b73
tree0c34de2c8a888f4babf83db1d022c1666c0c1684
parent683c582c1e88c573c454b7fa6f00bc6647421864
Make rustc_parse_format compile on stable

This allows it to be used by lightweight formatting systems and may
allow it to be used by rust-analyzer.
Cargo.lock
compiler/rustc_builtin_macros/src/asm.rs
compiler/rustc_builtin_macros/src/format.rs
compiler/rustc_lint/src/non_fmt_panic.rs
compiler/rustc_parse_format/Cargo.toml
compiler/rustc_parse_format/src/lib.rs
compiler/rustc_parse_format/src/tests.rs
compiler/rustc_trait_selection/src/traits/on_unimplemented.rs
src/tools/clippy/clippy_lints/src/write.rs