diff options
| author | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2019-06-08 11:36:30 +0300 |
|---|---|---|
| committer | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2019-06-08 23:55:25 +0300 |
| commit | 74a6d1c821a37a407d2b2bc701d62d0b460b9215 (patch) | |
| tree | 0fb11c32bcc088719f9a54eeff4315d61507d505 /src/libsyntax_pos | |
| parent | 8049e6199bad86d3148c94463216cc745db2d796 (diff) | |
| download | rust-74a6d1c821a37a407d2b2bc701d62d0b460b9215.tar.gz rust-74a6d1c821a37a407d2b2bc701d62d0b460b9215.zip | |
Turn `#[allocator]` into a built-in attribute and rename it to `#[rustc_allocator]`
Diffstat (limited to 'src/libsyntax_pos')
| -rw-r--r-- | src/libsyntax_pos/symbol.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsyntax_pos/symbol.rs b/src/libsyntax_pos/symbol.rs index 49123e4cc30..224b85a11f9 100644 --- a/src/libsyntax_pos/symbol.rs +++ b/src/libsyntax_pos/symbol.rs @@ -513,6 +513,7 @@ symbols! { rust_2018_preview, rust_begin_unwind, rustc, + rustc_allocator, rustc_allocator_nounwind, rustc_allow_const_fn_ptr, rustc_args_required_const, |
