diff options
| author | León Orell Valerian Liehr <me@fmease.dev> | 2025-06-18 22:10:53 +0200 | 
|---|---|---|
| committer | León Orell Valerian Liehr <me@fmease.dev> | 2025-07-18 03:13:21 +0200 | 
| commit | 1df99f22d3a1776b36fc00fc35626fd841f7242f (patch) | |
| tree | ee1b70a04b8964d3fa16f7bac12265e4f317026b /compiler/rustc_ast_lowering/messages.ftl | |
| parent | 9788f59bbf893965db98dc633e64e4405414b698 (diff) | |
| download | rust-1df99f22d3a1776b36fc00fc35626fd841f7242f.tar.gz rust-1df99f22d3a1776b36fc00fc35626fd841f7242f.zip | |
AST lowering: More robustly deal with relaxed bounds
Diffstat (limited to 'compiler/rustc_ast_lowering/messages.ftl')
| -rw-r--r-- | compiler/rustc_ast_lowering/messages.ftl | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/compiler/rustc_ast_lowering/messages.ftl b/compiler/rustc_ast_lowering/messages.ftl index c6472fd45fa..370b15d2871 100644 --- a/compiler/rustc_ast_lowering/messages.ftl +++ b/compiler/rustc_ast_lowering/messages.ftl @@ -127,9 +127,6 @@ ast_lowering_misplaced_impl_trait = `impl Trait` is not allowed in {$position} .note = `impl Trait` is only allowed in arguments and return types of functions and methods -ast_lowering_misplaced_relax_trait_bound = - `?Trait` bounds are only permitted at the point where a type parameter is declared - ast_lowering_never_pattern_with_body = a never pattern is always unreachable .label = this will never be executed | 
