Skip to content

Commit 88eef84

Browse files
brsonalexcrichton
authored andcommitted
---
yaml --- r: 125535 b: refs/heads/auto c: 678814a h: refs/heads/master i: 125533: 48d78c9 125531: 86accdc 125527: d39db08 125519: f3efdb8 125503: 68aa7a4 v: v3
1 parent 25f9558 commit 88eef84

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0
1313
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
1414
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
1515
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
16-
refs/heads/auto: 4db68e644e2e7bef55ed536ac77f87292260527c
16+
refs/heads/auto: 678814aafaa117724fa9e829fc30642c315cea27
1717
refs/heads/servo: af82457af293e2a842ba6b7759b70288da276167
1818
refs/tags/release-0.6: b4ebcfa1812664df5e142f0134a5faea3918544c
1919
refs/tags/0.1: b19db808c2793fe2976759b85a355c3ad8c8b336

branches/auto/src/libcore/failure.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ fn fail_(expr_file_line: &(&'static str, &'static str, uint)) -> ! {
6969
}
7070

7171
#[cfg(not(stage0))]
72-
#[cold]
72+
#[cold] #[inline(never)]
7373
#[lang="fail_bounds_check"]
7474
fn fail_bounds_check(file_line: &(&'static str, uint),
7575
index: uint, len: uint) -> ! {
@@ -79,7 +79,7 @@ fn fail_bounds_check(file_line: &(&'static str, uint),
7979
unsafe { intrinsics::abort() }
8080
}
8181

82-
#[cold]
82+
#[cold] #[inline(never)]
8383
pub fn begin_unwind(fmt: &fmt::Arguments, file_line: &(&'static str, uint)) -> ! {
8484
#[allow(ctypes)]
8585
extern {

0 commit comments

Comments
 (0)