diff options
| author | Dylan MacKenzie <ecstaticmorse@gmail.com> | 2019-10-01 20:14:01 -0700 |
|---|---|---|
| committer | Dylan MacKenzie <ecstaticmorse@gmail.com> | 2019-10-01 20:29:57 -0700 |
| commit | 767550ef0fc0a01abd8dc50fead0967d215eca41 (patch) | |
| tree | a2256d252c5e0d80c216b59b435481f2cfb8842f /src/libsyntax_pos | |
| parent | f18535fa46752ac33ceaebe71386cf77a6df8f9a (diff) | |
| download | rust-767550ef0fc0a01abd8dc50fead0967d215eca41.tar.gz rust-767550ef0fc0a01abd8dc50fead0967d215eca41.zip | |
Add `rustc_peek` support for `IndirectlyMutableLocals`
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 1769135e7f2..82c47e6dbb7 100644 --- a/src/libsyntax_pos/symbol.rs +++ b/src/libsyntax_pos/symbol.rs @@ -597,6 +597,7 @@ symbols! { rustc_peek_definite_init, rustc_peek_maybe_init, rustc_peek_maybe_uninit, + rustc_peek_indirectly_mutable, rustc_private, rustc_proc_macro_decls, rustc_promotable, |
