We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e21831 commit 4e68311Copy full SHA for 4e68311
1 file changed
tests/debuginfo/basic-stepping.rs
@@ -2,6 +2,9 @@
2
//! time works intuitively, e.g. that `next` takes you to the next source line.
3
//! Regression test for <https://github.com/rust-lang/rust/issues/33013>.
4
5
+// Flaky. See https://github.com/rust-lang/rust/pull/153877#issuecomment-4064897776.
6
+//@ ignore-aarch64-pc-windows-msvc
7
+
8
//@ ignore-loongarch64: Doesn't work yet.
9
//@ ignore-riscv64: Doesn't work yet.
10
//@ ignore-backends: gcc
0 commit comments