We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ignore-rustc-debug-assertions
tests/ui/associated-consts/issue-93775.rs
1 parent 6076bee commit 4dca485Copy full SHA for 4dca485
tests/ui/associated-consts/issue-93775.rs
@@ -1,6 +1,6 @@
1
-//@ ignore-windows-msvc
2
-// FIXME(#132111, #133432): this test is flaky on windows msvc, it sometimes fail but it sometimes
3
-// passes.
+//@ ignore-rustc-debug-assertions
+// Similar to stress testing, the test case requires a larger call stack,
+// so we ignore rustc's debug assertions.
4
5
//@ build-pass
6
// ignore-tidy-linelength
0 commit comments