From 2bafc0fcee7c2ef0ea8c8a8af112e07a83304f79 Mon Sep 17 00:00:00 2001 From: Ezra Shaw Date: Fri, 14 Apr 2023 00:06:21 +1200 Subject: [PATCH] bless the single test --- tests/ui/associated-consts/associated-const-dead-code.stderr | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/ui/associated-consts/associated-const-dead-code.stderr b/tests/ui/associated-consts/associated-const-dead-code.stderr index cc701cc4b942..7e485a314c54 100644 --- a/tests/ui/associated-consts/associated-const-dead-code.stderr +++ b/tests/ui/associated-consts/associated-const-dead-code.stderr @@ -1,6 +1,8 @@ error: associated constant `BAR` is never used --> $DIR/associated-const-dead-code.rs:6:11 | +LL | impl MyFoo { + | ---------- associated constant in this implementation LL | const BAR: u32 = 1; | ^^^ |