diff options
| author | est31 <MTest31@outlook.com> | 2023-08-05 05:14:32 +0200 |
|---|---|---|
| committer | est31 <MTest31@outlook.com> | 2023-08-06 00:20:29 +0200 |
| commit | 8faac74e54e8a76cd4ff860c1b6da3836e4a1b1e (patch) | |
| tree | e901f0dc95e70739915920343c78d3b53cb2ab2f /compiler/rustc_span | |
| parent | 33970db8c6a50a4a8c0fbb3d7d94893de24b98b5 (diff) | |
| download | rust-8faac74e54e8a76cd4ff860c1b6da3836e4a1b1e.tar.gz rust-8faac74e54e8a76cd4ff860c1b6da3836e4a1b1e.zip | |
Remove ptr_from_mut diagnostic item
It was added by #113657 for its purposes. Now it is not used any more, remove it, as we use the attr now.
Diffstat (limited to 'compiler/rustc_span')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index 07d48170add..46f3487475b 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -1159,7 +1159,6 @@ symbols! { ptr_cast, ptr_cast_mut, ptr_const_is_null, - ptr_from_mut, ptr_from_ref, ptr_guaranteed_cmp, ptr_is_null, |
