Skip to content

Commit 4ed2bf6

Browse files
committed
Remove unused symbols
1 parent 409c3ce commit 4ed2bf6

File tree

1 file changed

+0
-37
lines changed

1 file changed

+0
-37
lines changed

compiler/rustc_span/src/symbol.rs

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,6 @@ symbols! {
170170
Count,
171171
Cow,
172172
Debug,
173-
DebugStruct,
174-
DebugTuple,
175173
Decodable,
176174
Decoder,
177175
DecorateLint,
@@ -208,7 +206,6 @@ symbols! {
208206
Input,
209207
Into,
210208
IntoDiagnostic,
211-
IntoFuture,
212209
IntoIterator,
213210
IoRead,
214211
IoWrite,
@@ -253,7 +250,6 @@ symbols! {
253250
Pointer,
254251
Poll,
255252
ProcMacro,
256-
ProcMacroHack,
257253
ProceduralMasqueradeDummyType,
258254
Range,
259255
RangeFrom,
@@ -329,7 +325,6 @@ symbols! {
329325
abi_vectorcall,
330326
abi_x86_interrupt,
331327
abort,
332-
aborts,
333328
add,
334329
add_assign,
335330
add_with_overflow,
@@ -341,7 +336,6 @@ symbols! {
341336
align,
342337
align_offset,
343338
alignment,
344-
alignstack,
345339
all,
346340
alloc,
347341
alloc_error_handler,
@@ -430,7 +424,6 @@ symbols! {
430424
bool,
431425
borrowck_graphviz_format,
432426
borrowck_graphviz_postflow,
433-
borrowck_graphviz_preflow,
434427
box_free,
435428
box_patterns,
436429
box_syntax,
@@ -466,7 +459,6 @@ symbols! {
466459
cfg_target_feature,
467460
cfg_target_has_atomic,
468461
cfg_target_has_atomic_equal_alignment,
469-
cfg_target_has_atomic_load_store,
470462
cfg_target_thread_local,
471463
cfg_target_vendor,
472464
cfg_version,
@@ -491,7 +483,6 @@ symbols! {
491483
cold,
492484
collapse_debuginfo,
493485
column,
494-
compare_and_swap,
495486
compare_exchange,
496487
compare_exchange_weak,
497488
compile_error,
@@ -521,7 +512,6 @@ symbols! {
521512
const_fn_unsize,
522513
const_for,
523514
const_format_args,
524-
const_generic_defaults,
525515
const_generics,
526516
const_generics_defaults,
527517
const_if_match,
@@ -540,20 +530,16 @@ symbols! {
540530
const_trait,
541531
const_trait_bound_opt_out,
542532
const_trait_impl,
543-
const_transmute,
544533
const_try,
545534
constant,
546535
constructor,
547-
contents,
548536
context,
549-
convert,
550537
copy,
551538
copy_closures,
552539
copy_nonoverlapping,
553540
copysignf32,
554541
copysignf64,
555542
core,
556-
core_intrinsics,
557543
core_panic,
558544
core_panic_2015_macro,
559545
core_panic_macro,
@@ -591,7 +577,6 @@ symbols! {
591577
debug_assertions,
592578
debug_struct,
593579
debug_struct_fields_finish,
594-
debug_trait_builder,
595580
debug_tuple,
596581
debug_tuple_fields_finish,
597582
debugger_visualizer,
@@ -623,7 +608,6 @@ symbols! {
623608
discriminant_type,
624609
discriminant_value,
625610
dispatch_from_dyn,
626-
display_trait,
627611
div,
628612
div_assign,
629613
doc,
@@ -637,7 +621,6 @@ symbols! {
637621
doc_primitive,
638622
doc_spotlight,
639623
doctest,
640-
document_private_items,
641624
dotdot: "..",
642625
dotdot_in_tuple_patterns,
643626
dotdoteq_in_patterns,
@@ -654,7 +637,6 @@ symbols! {
654637
dyn_star,
655638
dyn_trait,
656639
e,
657-
edition_macro_pats,
658640
edition_panic,
659641
eh_catch_typeinfo,
660642
eh_personality,
@@ -667,7 +649,6 @@ symbols! {
667649
encode,
668650
end,
669651
env,
670-
env_macro,
671652
eprint_macro,
672653
eprintln_macro,
673654
eq,
@@ -718,7 +699,6 @@ symbols! {
718699
field_init_shorthand,
719700
file,
720701
fill,
721-
finish,
722702
flags,
723703
float,
724704
float_to_int_unchecked,
@@ -727,8 +707,6 @@ symbols! {
727707
fmaf32,
728708
fmaf64,
729709
fmt,
730-
fmt_as_str,
731-
fmt_internals,
732710
fmul_fast,
733711
fn_align,
734712
fn_must_use,
@@ -743,7 +721,6 @@ symbols! {
743721
format_args_macro,
744722
format_args_nl,
745723
format_macro,
746-
fp,
747724
freeze,
748725
freg,
749726
frem_fast,
@@ -806,7 +783,6 @@ symbols! {
806783
ignore,
807784
impl_header_lifetime_elision,
808785
impl_lint_pass,
809-
impl_macros,
810786
impl_trait_in_bindings,
811787
impl_trait_in_fn_trait_return,
812788
implied_by,
@@ -835,7 +811,6 @@ symbols! {
835811
instruction_set,
836812
integer_: "integer",
837813
integral,
838-
intel,
839814
into_future,
840815
into_iter,
841816
intra_doc_pointers,
@@ -1048,7 +1023,6 @@ symbols! {
10481023
optin_builtin_traits,
10491024
option,
10501025
option_env,
1051-
option_env_macro,
10521026
options,
10531027
or,
10541028
or_patterns,
@@ -1117,7 +1091,6 @@ symbols! {
11171091
proc_dash_macro: "proc-macro",
11181092
proc_macro,
11191093
proc_macro_attribute,
1120-
proc_macro_def_site,
11211094
proc_macro_derive,
11221095
proc_macro_expr,
11231096
proc_macro_gen,
@@ -1218,9 +1191,6 @@ symbols! {
12181191
rust_cold_cc,
12191192
rust_eh_catch_typeinfo,
12201193
rust_eh_personality,
1221-
rust_eh_register_frames,
1222-
rust_eh_unregister_frames,
1223-
rust_oom,
12241194
rustc,
12251195
rustc_allocator,
12261196
rustc_allocator_zeroed,
@@ -1293,7 +1263,6 @@ symbols! {
12931263
rustc_serialize,
12941264
rustc_skip_array_during_method_dispatch,
12951265
rustc_specialization_trait,
1296-
rustc_stable,
12971266
rustc_std_internal_symbol,
12981267
rustc_strict_coherence,
12991268
rustc_symbol_name,
@@ -1421,7 +1390,6 @@ symbols! {
14211390
static_recursion,
14221391
staticlib,
14231392
std,
1424-
std_inject,
14251393
std_panic,
14261394
std_panic_2015_macro,
14271395
std_panic_macro,
@@ -1463,10 +1431,8 @@ symbols! {
14631431
target_has_atomic_load_store,
14641432
target_os,
14651433
target_pointer_width,
1466-
target_target_vendor,
14671434
target_thread_local,
14681435
target_vendor,
1469-
task,
14701436
tbm_target_feature,
14711437
termination,
14721438
termination_trait,
@@ -1478,7 +1444,6 @@ symbols! {
14781444
test_removed_feature,
14791445
test_runner,
14801446
test_unstable_lint,
1481-
then_with,
14821447
thread,
14831448
thread_local,
14841449
thread_local_macro,
@@ -1510,7 +1475,6 @@ symbols! {
15101475
try_trait_v2,
15111476
tt,
15121477
tuple,
1513-
tuple_from_req,
15141478
tuple_indexing,
15151479
tuple_trait,
15161480
two_phase,
@@ -1572,7 +1536,6 @@ symbols! {
15721536
from crates.io via `Cargo.toml` instead?",
15731537
untagged_unions,
15741538
unused_imports,
1575-
unused_qualifications,
15761539
unwind,
15771540
unwind_attributes,
15781541
unwind_safe_trait,

0 commit comments

Comments
 (0)