]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/nll/issue-45696-no-variant-box-recur.rs
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / nll / issue-45696-no-variant-box-recur.rs
index c688261fa1cb1c3670eaf75011d99f03613d73ba..39f1607a36b8ef4ec803cd25a8eaee13aaa1d4ab 100644 (file)
@@ -2,9 +2,6 @@
 // you declare a variable of type `struct A(Box<A>, ...);` (which is impossible
 // to construct but *is* possible to declare; see also issues #4287, #44933,
 // and #52852).
-//
-// We will explicitly test NLL, and migration modes; thus we will also skip the
-// automated compare-mode=nll.
 
 // run-pass