Skip to content

Commit 9e62021

Browse files
committed
---
yaml --- r: 181534 b: refs/heads/snap-stage3 c: 1fffdaf h: refs/heads/master v: v3
1 parent 0776595 commit 9e62021

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
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: 6c065fc8cb036785f61ff03e05c1563cbb2dd081
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 0112f3b09834d8cc02489ec460c92dc2b25f4371
4+
refs/heads/snap-stage3: 1fffdafe41a98df58521cccf81f952bde4f08092
55
refs/heads/try: ccf8fedf1cffcb8f6f3581d53d220039e192fe77
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d

branches/snap-stage3/src/test/compile-fail/linkage1.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@
1111
extern {
1212
#[linkage = "extern_weak"] static foo: isize;
1313
//~^ ERROR: the `linkage` attribute is experimental and not portable
14+
//~^^ ERROR: the `linkage` attribute is experimental and not portable
1415
}

branches/snap-stage3/src/test/compile-fail/linkage4.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010

1111
#[linkage = "external"]
1212
static foo: isize = 0;
13-
//~^ ERROR: the `linkage` attribute is experimental and not portable
13+
//~^^ ERROR: the `linkage` attribute is experimental and not portable
1414

1515
fn main() {}

0 commit comments

Comments
 (0)