]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/maybe-bounds-where-cpass.rs
Auto merge of #75936 - sdroege:chunks-exact-construction-bounds-check, r=nagisa
[rust.git] / src / test / ui / maybe-bounds-where-cpass.rs
index 860de200f625669153c27e9af11a335aa3f2b4b3..d4bc05f7cb42125206551beb210e3cb90deb72a6 100644 (file)
@@ -1,4 +1,4 @@
-// compile-pass
+// build-pass (FIXME(62277): could be check-pass?)
 
 struct S<T>(*const T) where T: ?Sized;