about summary refs log tree commit diff
path: root/tests/ui/borrowck/issue-36082.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/borrowck/issue-36082.rs')
-rw-r--r--tests/ui/borrowck/issue-36082.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/borrowck/issue-36082.rs b/tests/ui/borrowck/issue-36082.rs
index da8b0068882..f2f769ea1c3 100644
--- a/tests/ui/borrowck/issue-36082.rs
+++ b/tests/ui/borrowck/issue-36082.rs
@@ -12,5 +12,5 @@ fn main() {
     //~| NOTE creates a temporary value which is freed while still in use
     //~| HELP consider using a `let` binding to create a longer lived value
     println!("{}", val);
-    //~^ borrow later used here
+    //~^ NOTE borrow later used here
 }