Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit 38883be

Browse files
authored
Merge pull request #1536 from Alexendoo/104736
Add -Zvalidate-mir to 104736.sh
2 parents de96b65 + 126ab90 commit 38883be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ices/104736.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
rustc -C opt-level=3 - << EOF
3+
rustc -C opt-level=3 -Zvalidate-mir - << EOF
44
#![crate_type = "lib"]
55
66
pub struct A;

0 commit comments

Comments
 (0)