]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-47722.rs
Rollup merge of #65389 - ecstatic-morse:zero-sized-array-no-drop, r=eddyb
[rust.git] / src / test / ui / issues / issue-47722.rs
index cefc872668cebd9c773753d08cf20fd9bd726522..b3c344257b6a24213b1be3b4911060848b010d5a 100644 (file)
@@ -1,4 +1,4 @@
-// compile-pass
+// build-pass (FIXME(62277): could be check-pass?)
 
 // Tests that automatic coercions from &mut T to *mut T
 // allow borrows of T to expire immediately - essentially, that