diff options
| author | bors <bors@rust-lang.org> | 2025-05-20 15:48:56 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2025-05-20 15:48:56 +0000 |
| commit | 444a62712a29e14d3b6147b51fd24e623496bf58 (patch) | |
| tree | a947a2d73273ff78fff8c9e97344f9dd6746551c /compiler/rustc_metadata/messages.ftl | |
| parent | 6cab15c1aef39456d86ce51be6096088cb2ef1da (diff) | |
| parent | cc0ee34b43ffb49fe37109a1fb3ad5e85878c4b8 (diff) | |
| download | rust-444a62712a29e14d3b6147b51fd24e623496bf58.tar.gz rust-444a62712a29e14d3b6147b51fd24e623496bf58.zip | |
Auto merge of #141292 - matthiaskrgr:rollup-9nhhk7k, r=matthiaskrgr
Rollup of 7 pull requests Successful merges: - #139419 (Error on recursive opaque ty in HIR typeck) - #141236 (Resolved issue with mismatched types triggering ICE in certain scenarios) - #141253 (Warning added when dependency crate has async drop types, and the feature is disabled) - #141269 (rustc-dev-guide subtree update) - #141275 (`gather_locals`: only visit guard pattern guards when checking the guard) - #141279 (`lower_to_hir` cleanups) - #141285 (Add tick to `RePlaceholder` debug output) r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'compiler/rustc_metadata/messages.ftl')
| -rw-r--r-- | compiler/rustc_metadata/messages.ftl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_metadata/messages.ftl b/compiler/rustc_metadata/messages.ftl index cac8f34b0fa..bccffe39243 100644 --- a/compiler/rustc_metadata/messages.ftl +++ b/compiler/rustc_metadata/messages.ftl @@ -2,7 +2,7 @@ metadata_as_needed_compatibility = linking modifier `as-needed` is only compatible with `dylib` and `framework` linking kinds metadata_async_drop_types_in_dependency = - found async drop types in dependecy `{$extern_crate}`, but async_drop feature is disabled for `{$local_crate}` + found async drop types in dependency `{$extern_crate}`, but async_drop feature is disabled for `{$local_crate}` .help = if async drop type will be dropped in a crate without `feature(async_drop)`, sync Drop will be used metadata_bad_panic_strategy = |
