]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issue-20801.rs
update tests
[rust.git] / src / test / ui / issue-20801.rs
index 0e8b7fb903769e7797d25d5c38cc91aa107de0f9..d3b97a9c058633a45fd9f15717e0c2717c4856ff 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// ignore-test currently ICEs when using NLL (#52416)
-
 // We used to ICE when moving out of a `*mut T` or `*const T`.
 
 struct T(u8);