File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
compiler/rustc_codegen_ssa Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,6 @@ codegen_ssa_copy_path_buf = unable to copy {$source_file} to {$output_path}: {$e
3232
3333codegen_ssa_create_temp_dir = couldn't create a temp dir: { $error }
3434
35- codegen_ssa_dangerous_stack_allocation = dangerous stack allocation of size: { $output } exceeds most system architecture limits
36-
3735codegen_ssa_dlltool_fail_import_library =
3836 Dlltool could not create import library with { $dlltool_path } { $dlltool_args } :
3937 { $stdout }
Original file line number Diff line number Diff line change @@ -429,14 +429,6 @@ pub(crate) struct CheckInstalledVisualStudio;
429429#[ diag( codegen_ssa_insufficient_vs_code_product) ]
430430pub ( crate ) struct InsufficientVSCodeProduct ;
431431
432- #[ derive( Diagnostic ) ]
433- #[ diag( codegen_ssa_dangerous_stack_allocation) ]
434- pub struct DangerousStackAllocation {
435- #[ primary_span]
436- pub span : Span ,
437- pub output : String ,
438- }
439-
440432#[ derive( Diagnostic ) ]
441433#[ diag( codegen_ssa_processing_dymutil_failed) ]
442434#[ note]
You can’t perform that action at this time.
0 commit comments