File tree 2 files changed +0
-10
lines changed
compiler/rustc_codegen_ssa
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
32
32
33
33
codegen_ssa_create_temp_dir = couldn't create a temp dir: { $error }
34
34
35
- codegen_ssa_dangerous_stack_allocation = dangerous stack allocation of size: { $output } exceeds most system architecture limits
36
-
37
35
codegen_ssa_dlltool_fail_import_library =
38
36
Dlltool could not create import library with { $dlltool_path } { $dlltool_args } :
39
37
{ $stdout }
Original file line number Diff line number Diff line change @@ -429,14 +429,6 @@ pub(crate) struct CheckInstalledVisualStudio;
429
429
#[ diag( codegen_ssa_insufficient_vs_code_product) ]
430
430
pub ( crate ) struct InsufficientVSCodeProduct ;
431
431
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
-
440
432
#[ derive( Diagnostic ) ]
441
433
#[ diag( codegen_ssa_processing_dymutil_failed) ]
442
434
#[ note]
You can’t perform that action at this time.
0 commit comments