]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/hrtb/hrtb-exists-forall-trait-invariant.rs
Auto merge of #98120 - TaKO8Ki:box-diagnostic-metadata-field, r=estebank
[rust.git] / src / test / ui / hrtb / hrtb-exists-forall-trait-invariant.rs
index c779bc3f46c333968999662475b12bff7f9d7b23..9b9e4496a870dc926c88791b9e4aaebc4e54d623 100644 (file)
@@ -1,7 +1,3 @@
-// revisions: base nll
-// ignore-compare-mode-nll
-//[nll] compile-flags: -Z borrowck=mir
-
 // Test an `exists<'a> { forall<'b> { 'a = 'b } }` pattern -- which should not compile!
 //
 // In particular, we test this pattern in trait solving, where it is not connected