Skip to content

Commit 2f56984

Browse files
committed
Remove original implementation
1 parent ec78d7b commit 2f56984

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

compiler/rustc_codegen_ssa/messages.ftl

-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ codegen_ssa_copy_path_buf = unable to copy {$source_file} to {$output_path}: {$e
3232
3333
codegen_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-
3735
codegen_ssa_dlltool_fail_import_library =
3836
Dlltool could not create import library with {$dlltool_path} {$dlltool_args}:
3937
{$stdout}

compiler/rustc_codegen_ssa/src/errors.rs

-8
Original file line numberDiff line numberDiff line change
@@ -429,14 +429,6 @@ pub(crate) struct CheckInstalledVisualStudio;
429429
#[diag(codegen_ssa_insufficient_vs_code_product)]
430430
pub(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]

0 commit comments

Comments
 (0)