From a4b7ed7a42c716ab9f05e351f003d589124fd55d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:18:58 +0200 Subject: Adding upstream version 1.68.2+dfsg1. Signed-off-by: Daniel Baumann --- src/test/ui/lint/not_found.stderr | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 src/test/ui/lint/not_found.stderr (limited to 'src/test/ui/lint/not_found.stderr') diff --git a/src/test/ui/lint/not_found.stderr b/src/test/ui/lint/not_found.stderr deleted file mode 100644 index ea118c73c..000000000 --- a/src/test/ui/lint/not_found.stderr +++ /dev/null @@ -1,22 +0,0 @@ -warning: unknown lint: `FOO_BAR` - --> $DIR/not_found.rs:6:9 - | -LL | #[allow(FOO_BAR)] - | ^^^^^^^ - | - = note: `#[warn(unknown_lints)]` on by default - -warning: unknown lint: `DEAD_CODE` - --> $DIR/not_found.rs:10:8 - | -LL | #[warn(DEAD_CODE)] - | ^^^^^^^^^ help: did you mean: `dead_code` - -warning: unknown lint: `Warnings` - --> $DIR/not_found.rs:15:8 - | -LL | #[deny(Warnings)] - | ^^^^^^^^ help: did you mean (notice the capitalization): `warnings` - -warning: 3 warnings emitted - -- cgit v1.2.3