Skip to content

Commit fd6b8c4

Browse files
committed
---
yaml --- r: 277417 b: refs/heads/try c: 8691723 h: refs/heads/master i: 277415: 4d6086f
1 parent cfe22fa commit fd6b8c4

File tree

4 files changed

+1
-7
lines changed

4 files changed

+1
-7
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 6dbb0e86aec11050480beb76eade6fb805010ba7
33
refs/heads/snap-stage3: 235d77457d80b549dad3ac36d94f235208a1eafb
4-
refs/heads/try: c2de80f05fe32bdb694c085b48a87727175e3691
4+
refs/heads/try: 869172305f66ba11565c90f9276328c479d5b082
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
66
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
77
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/try/src/test/codegen-units/item-collection/impl-in-non-instantiated-generic.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,3 @@ pub fn generic_function<T>(x: T) -> (T, i32) {
3232
fn main() {
3333
0i64.foo();
3434
}
35-
36-
//~ TRANS_ITEM drop-glue i8

branches/try/src/test/codegen-units/item-collection/non-generic-closures.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,3 @@ fn main() {
5959
fn run_closure(f: &Fn(i32)) {
6060
f(3);
6161
}
62-
63-
//~ TRANS_ITEM drop-glue i8

branches/try/src/test/codegen-units/item-collection/statics-and-consts.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,3 @@ fn main() {
6060
//~ TRANS_ITEM static statics_and_consts::foo[0]::STATIC2[2]
6161

6262
//~ TRANS_ITEM fn statics_and_consts::main[0]
63-
64-
//~ TRANS_ITEM drop-glue i8

0 commit comments

Comments
 (0)