Skip to content

Commit 8e1cc9d

Browse files
committed
---
yaml --- r: 275215 b: refs/heads/stable c: c2c58a3 h: refs/heads/master i: 275213: 3eead4d 275211: a87e2f7 275207: ca3b0e9 275199: a1008e2
1 parent 35c5a93 commit 8e1cc9d

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ refs/heads/tmp: e06d2ad9fcd5027bcaac5b08fc9aa39a49d0ecd3
2929
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
3030
refs/tags/homu-tmp: c0221c8897db309a79990367476177b1230bb264
3131
refs/tags/1.0.0-beta: 8cbb92b53468ee2b0c2d3eeb8567005953d40828
32-
refs/heads/stable: 91648e283e11874b1daa999ebdc2906f9f249029
32+
refs/heads/stable: c2c58a398d63fa5ee3c521851f769ec6cd4fdaa4
3333
refs/tags/1.0.0: 55bd4f8ff2b323f317ae89e254ce87162d52a375
3434
refs/tags/1.1.0: bc3c16f09287e5545c1d3f76b7abd54f2eca868b
3535
refs/tags/1.2.0: f557861f822c34f07270347b94b5280de20a597e

branches/stable/src/test/auxiliary/thread-local-extern-static.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
// except according to those terms.
1010

1111
#![feature(thread_local)]
12+
#![crate_type = "lib"]
1213

14+
#[no_mangle]
1315
#[thread_local]
1416
pub static FOO: u32 = 3;

branches/stable/src/test/run-pass/thread-local-extern-static.rs

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

11+
// aux-build:thread-local-extern-static.rs
12+
1113
#![feature(thread_local)]
1214

1315
extern crate thread_local_extern_static;

0 commit comments

Comments
 (0)