We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0112b90 commit 2b2bcf1Copy full SHA for 2b2bcf1
1 file changed
src/test/debuginfo/pretty-slices.rs
@@ -1,3 +1,4 @@
1
+// ignore-android: FIXME(#10381)
2
// compile-flags:-g
3
4
// gdb-command: run
@@ -33,7 +34,6 @@
33
34
fn b() {}
35
36
fn main() {
-
37
let slice: &[i32] = &[0, 1, 2];
38
let mut_slice: &mut [i32] = &mut [2, 3, 5, 7];
39
0 commit comments