Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-lang/rust
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0f437ff3d6f9f13a6a59e26aa81b97ecba00ecff
Choose a base ref
..
head repository: rust-lang/rust
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 30fb97f35549d545e694ccf456a2dddf690b6ad4
Choose a head ref
Showing with 0 additions and 4 deletions.
  1. +0 −4 compiler/rustc_resolve/messages.ftl
4 changes: 0 additions & 4 deletions compiler/rustc_resolve/messages.ftl
Original file line number Diff line number Diff line change
@@ -222,10 +222,6 @@ resolve_invalid_asm_sym =
.label = is a local variable
.help = `sym` operands must refer to either a function or a static
resolve_is_not_directly_importable =
`{$target}` is not directly importable
.label = cannot be imported directly
resolve_is_private =
{$ident_descr} `{$ident}` is private
.label = private {$ident_descr}