diff options
| author | Nick Cameron <ncameron@mozilla.com> | 2016-10-06 11:36:36 +1300 |
|---|---|---|
| committer | Nick Cameron <ncameron@mozilla.com> | 2016-10-12 08:40:22 +1300 |
| commit | 9bc6d2609233cece91803a8163dc3ba5579dfde8 (patch) | |
| tree | c02ea412e8c99997b845f8babd2f9e828ed26277 /src/tools/error_index_generator | |
| parent | 9d4d0da7af77858f268a66ff144134945c880560 (diff) | |
| download | rust-9bc6d2609233cece91803a8163dc3ba5579dfde8.tar.gz rust-9bc6d2609233cece91803a8163dc3ba5579dfde8.zip | |
Stabilise `?`
cc [`?` tracking issue](https://github.com/rust-lang/rust/issues/31436)
Diffstat (limited to 'src/tools/error_index_generator')
| -rw-r--r-- | src/tools/error_index_generator/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/error_index_generator/main.rs b/src/tools/error_index_generator/main.rs index 2c734c8e3e4..7bdf1343aa9 100644 --- a/src/tools/error_index_generator/main.rs +++ b/src/tools/error_index_generator/main.rs @@ -9,7 +9,6 @@ // except according to those terms. #![feature(rustc_private, rustdoc)] -#![feature(question_mark)] extern crate syntax; extern crate rustdoc; |
