diff options
| author | Mara Bos <m-ou.se@m-ou.se> | 2020-10-19 00:25:17 +0200 | 
|---|---|---|
| committer | Mara Bos <m-ou.se@m-ou.se> | 2020-10-19 00:25:17 +0200 | 
| commit | 0a9330c7ef1c4eb99e8143c7a586b1649ede85b8 (patch) | |
| tree | 9628bde8c30bdd092db7a3ca50eda7173cea9b9f | |
| parent | 9a840a30d68506a8070c309e5f8389a7ad09e55c (diff) | |
| download | rust-0a9330c7ef1c4eb99e8143c7a586b1649ede85b8.tar.gz rust-0a9330c7ef1c4eb99e8143c7a586b1649ede85b8.zip  | |
Ignore panic_fmt lint in macro-comma-behavior-rpass ui test.
| -rw-r--r-- | src/test/ui/macros/macro-comma-behavior-rpass.rs | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/ui/macros/macro-comma-behavior-rpass.rs b/src/test/ui/macros/macro-comma-behavior-rpass.rs index 32cf59294e7..e5e656de6fa 100644 --- a/src/test/ui/macros/macro-comma-behavior-rpass.rs +++ b/src/test/ui/macros/macro-comma-behavior-rpass.rs @@ -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.  | 
