You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/testsuite/collisions.rs
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,8 @@ This may become a hard error in the future; see <https://github.com/rust-lang/ca
91
91
}
92
92
93
93
#[cargo_test]
94
+
// --out-dir and examples are currently broken on MSVC.
95
+
// See https://github.com/rust-lang/cargo/issues/7493
94
96
#[cfg(not(target_env = "msvc"))]
95
97
fncollision_export(){
96
98
// `--out-dir` combines some things which can cause conflicts.
0 commit comments