Skip to content

Commit 287c2a9

Browse files
author
Jorge Aparicio
committed
---
yaml --- r: 273458 b: refs/heads/beta c: aa7fe93 h: refs/heads/master
1 parent 1b5ea4c commit 287c2a9

File tree

26 files changed

+29
-1
lines changed

26 files changed

+29
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ refs/tags/0.9: 36870b185fc5f5486636d4515f0e22677493f225
2323
refs/tags/0.10: ac33f2b15782272ae348dbd7b14b8257b2148b5a
2424
refs/tags/0.11.0: e1247cb1d0d681be034adb4b558b5a0c0d5720f9
2525
refs/tags/0.12.0: f0c419429ef30723ceaf6b42f9b5a2aeb5d2e2d1
26-
refs/heads/beta: 0f02309e4b0ea05ee905205278fb6d131341c41f
26+
refs/heads/beta: aa7fe93d4a6217dd6f2538bce857ab6a097afbeb
2727
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
2828
refs/heads/tmp: e06d2ad9fcd5027bcaac5b08fc9aa39a49d0ecd3
2929
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f

branches/beta/src/compiletest/compiletest.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#![feature(rustc_private)]
1616
#![feature(str_char)]
1717
#![feature(test)]
18+
#![feature(question_mark)]
1819

1920
#![deny(warnings)]
2021

branches/beta/src/libcore/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
#![feature(rustc_attrs)]
7878
#![feature(staged_api)]
7979
#![feature(unboxed_closures)]
80+
#![feature(question_mark)]
8081

8182
#[macro_use]
8283
mod macros;

branches/beta/src/libgraphviz/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@
295295
#![cfg_attr(not(stage0), deny(warnings))]
296296

297297
#![feature(str_escape)]
298+
#![feature(question_mark)]
298299

299300
use self::LabelText::*;
300301

branches/beta/src/librbml/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@
125125
#![feature(copy_from_slice)]
126126
#![feature(rustc_private)]
127127
#![feature(staged_api)]
128+
#![feature(question_mark)]
128129

129130
#![cfg_attr(test, feature(test))]
130131

branches/beta/src/librustc/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
#![feature(slice_patterns)]
4040
#![feature(staged_api)]
4141
#![feature(str_char)]
42+
#![feature(question_mark)]
4243
#![cfg_attr(test, feature(test))]
4344

4445
extern crate arena;

branches/beta/src/librustc_back/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
#![feature(rustc_private)]
3939
#![feature(staged_api)]
4040
#![feature(step_by)]
41+
#![feature(question_mark)]
4142
#![cfg_attr(unix, feature(static_mutex))]
4243
#![cfg_attr(test, feature(test, rand))]
4344

branches/beta/src/librustc_const_eval/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626
#![feature(rustc_private)]
2727
#![feature(staged_api)]
28+
#![feature(question_mark)]
2829

2930
#[macro_use] extern crate log;
3031
#[macro_use] extern crate syntax;

branches/beta/src/librustc_driver/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
#![feature(rustc_private)]
3131
#![feature(set_stdio)]
3232
#![feature(staged_api)]
33+
#![feature(question_mark)]
3334

3435
extern crate arena;
3536
extern crate flate;

branches/beta/src/librustc_front/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
#![feature(slice_patterns)]
3434
#![feature(staged_api)]
3535
#![feature(str_char)]
36+
#![feature(question_mark)]
3637

3738
extern crate serialize;
3839
#[macro_use]

0 commit comments

Comments
 (0)