Remove print_vtable_sizes
This commit is contained in:
parent
08d7e9dfe5
commit
37a430e6ea
5 changed files with 1 additions and 225 deletions
|
@ -2033,8 +2033,6 @@ options! {
|
|||
Note that this overwrites the effect `-Clink-dead-code` has on collection!"),
|
||||
print_type_sizes: bool = (false, parse_bool, [UNTRACKED],
|
||||
"print layout information for each type encountered (default: no)"),
|
||||
print_vtable_sizes: bool = (false, parse_bool, [UNTRACKED],
|
||||
"print size comparison between old and new vtable layouts (default: no)"),
|
||||
proc_macro_backtrace: bool = (false, parse_bool, [UNTRACKED],
|
||||
"show backtraces for panics during proc-macro execution (default: no)"),
|
||||
proc_macro_execution_strategy: ProcMacroExecutionStrategy = (ProcMacroExecutionStrategy::SameThread,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue