]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui-fulldeps/dropck_tarena_sound_drop.rs
:arrow_up: rust-analyzer
[rust.git] / src / test / ui-fulldeps / dropck_tarena_sound_drop.rs
index c5b9efee8e73040625a122c8704227bcda5f90f0..187f9a24a9075fff3ca5db4e7a1270bb38e2bb84 100644 (file)
@@ -5,7 +5,7 @@
 // methods might access borrowed data, as long as the borrowed data
 // has lifetime that strictly outlives the arena itself.
 //
-// Compare against compile-fail/dropck_tarena_unsound_drop.rs, which
+// Compare against ui-fulldeps/dropck-tarena-unsound-drop.rs, which
 // shows a similar setup, but restricts `f` so that the struct `C<'a>`
 // is force-fed a lifetime equal to that of the borrowed arena.