]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/where-clauses/where-for-self-2.rs
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / where-clauses / where-for-self-2.rs
index 4e4e0ec912ea1f43f350011d97093c7a16daa58c..37c6954fd52ee1d49c4fe7b46d2f934ab2786eb1 100644 (file)
@@ -3,10 +3,6 @@
 // specific lifetime is not enough to satisfy the `for<'a> ...` constraint, which
 // should require *all* lifetimes.
 
-// revisions: base nll
-// ignore-compare-mode-nll
-//[nll] compile-flags: -Z borrowck=mir
-
 static X: &'static u32 = &42;
 
 trait Bar {