Skip to content

Commit 32c035c

Browse files
committed
rustc_span: Remove unused symbols.
1 parent abe34e9 commit 32c035c

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

compiler/rustc_span/src/symbol.rs

-27
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,11 @@ symbols! {
128128
AcqRel,
129129
Acquire,
130130
AddToDiagnostic,
131-
Alignment,
132131
Any,
133132
Arc,
134133
ArcWeak,
135134
Argument,
136135
ArgumentMethods,
137-
Arguments,
138136
ArrayIntoIter,
139137
AsMut,
140138
AsRef,
@@ -164,7 +162,6 @@ symbols! {
164162
Break,
165163
C,
166164
CStr,
167-
CString,
168165
Capture,
169166
Center,
170167
Cleanup,
@@ -174,7 +171,6 @@ symbols! {
174171
Context,
175172
Continue,
176173
Copy,
177-
Count,
178174
Cow,
179175
Debug,
180176
DebugStruct,
@@ -199,7 +195,6 @@ symbols! {
199195
Fn,
200196
FnMut,
201197
FnOnce,
202-
FormatSpec,
203198
Formatter,
204199
From,
205200
FromIterator,
@@ -208,8 +203,6 @@ symbols! {
208203
FsPermissions,
209204
Future,
210205
FutureOutput,
211-
FxHashMap,
212-
FxHashSet,
213206
GlobalAlloc,
214207
Hash,
215208
HashMap,
@@ -253,7 +246,6 @@ symbols! {
253246
NonZeroI32,
254247
NonZeroI64,
255248
NonZeroI8,
256-
NonZeroIsize,
257249
NonZeroU128,
258250
NonZeroU16,
259251
NonZeroU32,
@@ -275,7 +267,6 @@ symbols! {
275267
Path,
276268
PathBuf,
277269
Pending,
278-
Pin,
279270
Pointer,
280271
Poll,
281272
ProcMacro,
@@ -333,7 +324,6 @@ symbols! {
333324
TyCtxt,
334325
TyKind,
335326
Unknown,
336-
UnsafeArg,
337327
Vec,
338328
VecDeque,
339329
Wrapper,
@@ -389,7 +379,6 @@ symbols! {
389379
allow_fail,
390380
allow_internal_unsafe,
391381
allow_internal_unstable,
392-
allowed,
393382
alu32,
394383
always,
395384
and,
@@ -405,8 +394,6 @@ symbols! {
405394
arm,
406395
arm_target_feature,
407396
array,
408-
arrays,
409-
as_mut_ptr,
410397
as_ptr,
411398
as_ref,
412399
as_str,
@@ -589,7 +576,6 @@ symbols! {
589576
const_try,
590577
constant,
591578
constructor,
592-
context,
593579
convert_identity,
594580
copy,
595581
copy_closures,
@@ -776,8 +762,6 @@ symbols! {
776762
field,
777763
field_init_shorthand,
778764
file,
779-
fill,
780-
flags,
781765
float,
782766
float_to_int_unchecked,
783767
floorf32,
@@ -1059,7 +1043,6 @@ symbols! {
10591043
mir_unwind_unreachable,
10601044
mir_variant,
10611045
miri,
1062-
misc,
10631046
mmx_reg,
10641047
modifiers,
10651048
module,
@@ -1157,9 +1140,7 @@ symbols! {
11571140
omit_gdb_pretty_printer_section,
11581141
on,
11591142
on_unimplemented,
1160-
oom,
11611143
opaque,
1162-
ops,
11631144
opt_out_copy,
11641145
optimize,
11651146
optimize_attribute,
@@ -1217,7 +1198,6 @@ symbols! {
12171198
pointer,
12181199
pointer_like,
12191200
poll,
1220-
position,
12211201
post_dash_lto: "post-lto",
12221202
powerpc_target_feature,
12231203
powf32,
@@ -1226,7 +1206,6 @@ symbols! {
12261206
powif64,
12271207
pre_dash_lto: "pre-lto",
12281208
precise_pointer_size_matching,
1229-
precision,
12301209
pref_align_of,
12311210
prefetch_read_data,
12321211
prefetch_read_instruction,
@@ -1236,7 +1215,6 @@ symbols! {
12361215
prelude,
12371216
prelude_import,
12381217
preserves_flags,
1239-
primitive,
12401218
print_macro,
12411219
println_macro,
12421220
proc_dash_macro: "proc-macro",
@@ -1260,7 +1238,6 @@ symbols! {
12601238
ptr_const_is_null,
12611239
ptr_copy,
12621240
ptr_copy_nonoverlapping,
1263-
ptr_drop_in_place,
12641241
ptr_eq,
12651242
ptr_from_ref,
12661243
ptr_guaranteed_cmp,
@@ -1622,7 +1599,6 @@ symbols! {
16221599
structural_match,
16231600
structural_peq,
16241601
structural_teq,
1625-
sty,
16261602
sub,
16271603
sub_assign,
16281604
sub_with_overflow,
@@ -1744,7 +1720,6 @@ symbols! {
17441720
unrestricted_attribute_tokens,
17451721
unsafe_block_in_unsafe_fn,
17461722
unsafe_cell,
1747-
unsafe_cell_from_mut,
17481723
unsafe_cell_raw_get,
17491724
unsafe_no_drop_flag,
17501725
unsafe_pin_internals,
@@ -1769,7 +1744,6 @@ symbols! {
17691744
used_with_arg,
17701745
using,
17711746
usize,
1772-
v1,
17731747
va_arg,
17741748
va_copy,
17751749
va_end,
@@ -1801,7 +1775,6 @@ symbols! {
18011775
wasm_import_module,
18021776
wasm_target_feature,
18031777
while_let,
1804-
width,
18051778
windows,
18061779
windows_subsystem,
18071780
with_negative_coherence,

0 commit comments

Comments
 (0)