mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 08:44:35 +00:00
Ignore panic_fmt lint in macro-comma-behavior-rpass ui test.
This commit is contained in:
parent
9a840a30d6
commit
0a9330c7ef
@ -57,6 +57,7 @@ fn writeln_1arg() {
|
||||
//
|
||||
// (Example: Issue #48042)
|
||||
#[test]
|
||||
#[allow(panic_fmt)]
|
||||
fn to_format_or_not_to_format() {
|
||||
// ("{}" is the easiest string to test because if this gets
|
||||
// sent to format_args!, it'll simply fail to compile.
|
||||
|
Loading…
Reference in New Issue
Block a user