Skip to content

Commit a47e99d

Browse files
---
yaml --- r: 143037 b: refs/heads/try2 c: 7a31a3e h: refs/heads/master i: 143035: e8b4158 v: v3
1 parent 96969c9 commit a47e99d

File tree

7 files changed

+2
-18
lines changed

7 files changed

+2
-18
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ refs/heads/snap-stage3: 78a7676898d9f80ab540c6df5d4c9ce35bb50463
55
refs/heads/try: 519addf6277dbafccbb4159db4b710c37eaa2ec5
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8-
refs/heads/try2: 1b20831c1edc97bed1b397c57ae84cb465f5ce58
8+
refs/heads/try2: 7a31a3e0716f33ceb7c7278cb7da4acbafd97e17
99
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
1010
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1111
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/try2/src/test/debug-info/borrowed-struct.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010

1111
// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
1212

13-
// GDB doesn't know about UTF-32 character encoding and will print a rust char as only its numerical
14-
// value.
15-
1613
// compile-flags:-Z extra-debug-info
1714
// debugger:break zzz
1815
// debugger:run

branches/try2/src/test/debug-info/borrowed-tuple.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010

1111
// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
1212

13-
// GDB doesn't know about UTF-32 character encoding and will print a rust char as only its numerical
14-
// value.
15-
1613
// compile-flags:-Z extra-debug-info
1714
// debugger:break zzz
1815
// debugger:run

branches/try2/src/test/debug-info/borrowed-unique-basic.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010

1111
// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
1212

13-
// Gdb doesn't know
14-
// about UTF-32 character encoding and will print a rust char as only
13+
// Gdb doesn't know about UTF-32 character encoding and will print a rust char as only
1514
// its numerical value.
1615

1716
// compile-flags:-Z extra-debug-info

branches/try2/src/test/debug-info/boxed-struct.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// GDB doesn't know about UTF-32 character encoding and will print a rust char as only its numerical
12-
// value.
13-
1411
// compile-flags:-Z extra-debug-info
1512
// debugger:break zzz
1613
// debugger:run

branches/try2/src/test/debug-info/destructured-local.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010

1111
// xfail-test
1212

13-
// GDB doesn't know about UTF-32 character encoding and will print a rust char as only its numerical
14-
// value.
15-
1613
// compile-flags:-Z extra-debug-info
1714
// debugger:break zzz
1815
// debugger:run

branches/try2/src/test/debug-info/function-arguments.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010

1111
// xfail-test
1212

13-
// GDB doesn't know about UTF-32 character encoding and will print a rust char as only its numerical
14-
// value.
15-
1613
// compile-flags:-Z extra-debug-info
1714
// debugger:break zzz
1815
// debugger:run

0 commit comments

Comments
 (0)