Skip to content

Commit 4dca485

Browse files
committed
Add ignore-rustc-debug-assertions to tests/ui/associated-consts/issue-93775.rs
1 parent 6076bee commit 4dca485

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/ui/associated-consts/issue-93775.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -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.
1+
//@ ignore-rustc-debug-assertions
2+
// Similar to stress testing, the test case requires a larger call stack,
3+
// so we ignore rustc's debug assertions.
44

55
//@ build-pass
66
// ignore-tidy-linelength

0 commit comments

Comments
 (0)