diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2020-01-19 02:14:51 +0100 |
|---|---|---|
| committer | Mazdak Farrokhzad <twingoow@gmail.com> | 2020-02-02 14:13:07 +0100 |
| commit | 7af9ff3e699207da7a5220b98ba9831d66697c80 (patch) | |
| tree | 4b9405bef6a38c6476c7cb3ee29cf7c5812aca1b /src/librustc_span | |
| parent | cef68945722fa593a4a1314f4a2f1ff095aab4f4 (diff) | |
| download | rust-7af9ff3e699207da7a5220b98ba9831d66697c80.tar.gz rust-7af9ff3e699207da7a5220b98ba9831d66697c80.zip | |
introduce `#![feature(move_ref_pattern)]`
Diffstat (limited to 'src/librustc_span')
| -rw-r--r-- | src/librustc_span/symbol.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc_span/symbol.rs b/src/librustc_span/symbol.rs index e4f8b5a0143..a8cd027831d 100644 --- a/src/librustc_span/symbol.rs +++ b/src/librustc_span/symbol.rs @@ -455,6 +455,7 @@ symbols! { module, module_path, more_struct_aliases, + move_ref_pattern, move_val_init, movbe_target_feature, mul_with_overflow, |
