diff options
| author | varkor <github@varkor.com> | 2019-10-08 01:14:42 +0100 |
|---|---|---|
| committer | varkor <github@varkor.com> | 2019-12-06 12:23:23 +0000 |
| commit | e3a8ea4e18a50da60036d2731768a9cb78c90f5a (patch) | |
| tree | 05443dd965f6dc9c520cf22a1f63c60689953146 /src/librustc_interface/lib.rs | |
| parent | 51901eea8c918fd55506b3e6311857d4f5bd1ba5 (diff) | |
| download | rust-e3a8ea4e18a50da60036d2731768a9cb78c90f5a.tar.gz rust-e3a8ea4e18a50da60036d2731768a9cb78c90f5a.zip | |
Use `to_option` in various places
Diffstat (limited to 'src/librustc_interface/lib.rs')
| -rw-r--r-- | src/librustc_interface/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc_interface/lib.rs b/src/librustc_interface/lib.rs index 76af4342f5c..9bb18788171 100644 --- a/src/librustc_interface/lib.rs +++ b/src/librustc_interface/lib.rs @@ -1,3 +1,4 @@ +#![feature(bool_to_option)] #![feature(box_syntax)] #![feature(set_stdio)] #![feature(nll)] |
