summary refs log tree commit diff
path: root/tests/ui/borrowck/async-reference-generality.rs
diff options
context:
space:
mode:
authorCamille GILLOT <gillot.camille@gmail.com>2023-06-24 10:02:54 +0000
committerCamille GILLOT <gillot.camille@gmail.com>2023-09-23 13:47:30 +0000
commit211d2ed07bb5dff7683fb021341db751cec2ca1e (patch)
treec17d777a1beffa6edead6677afce1c5789bc8fa8 /tests/ui/borrowck/async-reference-generality.rs
parent286502c9ed77e49aea5bb89cf18c5eda3a8fce92 (diff)
downloadrust-211d2ed07bb5dff7683fb021341db751cec2ca1e.tar.gz
rust-211d2ed07bb5dff7683fb021341db751cec2ca1e.zip
Bless tests.
Diffstat (limited to 'tests/ui/borrowck/async-reference-generality.rs')
-rw-r--r--tests/ui/borrowck/async-reference-generality.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/ui/borrowck/async-reference-generality.rs b/tests/ui/borrowck/async-reference-generality.rs
index 487d1ac81bf..668df9ea710 100644
--- a/tests/ui/borrowck/async-reference-generality.rs
+++ b/tests/ui/borrowck/async-reference-generality.rs
@@ -1,5 +1,4 @@
-// check-fail
-// known-bug: #99492
+// check-pass
 // edition: 2021
 
 use std::marker::PhantomData;