about summary refs log tree commit diff
path: root/compiler/rustc_span/src
diff options
context:
space:
mode:
authorTomasz Miąsko <tomasz.miasko@gmail.com>2021-10-29 00:00:00 +0000
committerTomasz Miąsko <tomasz.miasko@gmail.com>2021-11-03 16:43:12 +0100
commitb285e0c5d828d958ac22efa1e82648b178d1cbd5 (patch)
treeb559dee6f512df23a0c12e87fab8c54c507cc8ff /compiler/rustc_span/src
parent473eaa42e9365c47d129f72693b5d163a20cf369 (diff)
downloadrust-b285e0c5d828d958ac22efa1e82648b178d1cbd5.tar.gz
rust-b285e0c5d828d958ac22efa1e82648b178d1cbd5.zip
Remove `MaybeMutBorrowedLocals`
Diffstat (limited to 'compiler/rustc_span/src')
-rw-r--r--compiler/rustc_span/src/symbol.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs
index 5f71e955e2a..52e2a8f48e2 100644
--- a/compiler/rustc_span/src/symbol.rs
+++ b/compiler/rustc_span/src/symbol.rs
@@ -1128,7 +1128,6 @@ symbols! {
         rustc_partition_reused,
         rustc_peek,
         rustc_peek_definite_init,
-        rustc_peek_indirectly_mutable,
         rustc_peek_liveness,
         rustc_peek_maybe_init,
         rustc_peek_maybe_uninit,