Commit 3ea12d4
committed
Reword E0277 default error message
```
error[E0277]: the trait `Copy` is not implemented for `X`
--> $DIR/trait-impl-bound-suggestions.rs:14:52
|
LL | fn return_the_constrained_type(&self, x: X) -> ConstrainedStruct<X> {
| ^^^^^^^^^^^^^^^^^^^^ the trait `Copy` is not implemented for `X`
```1 parent af91dd2 commit 3ea12d4
File tree
698 files changed
+1282
-1270
lines changed- compiler/rustc_trait_selection/src/traits/error_reporting
- tests
- incremental/const-generics
- try_unify_abstract_const_regression_tests
- ui-fulldeps/session-diagnostic
- ui
- allocator
- array-slice-vec
- associated-consts
- associated-inherent-types
- associated-types
- async-await
- auto-traits
- block-result
- coercion
- coherence
- const-generics
- adt_const_params
- defaults
- generic_const_exprs
- issues
- occurs-check
- consts
- const-blocks
- coroutine
- cross
- custom_test_frameworks
- derives
- deriving
- diagnostic_namespace/on_unimplemented
- did_you_mean
- dropck
- dst
- dyn-star
- error-codes
- errors
- trait-bound-error-spans
- traits
- feature-gates
- fmt
- for
- generic-associated-types
- generic-const-items
- higher-ranked/trait-bounds
- normalize-under-binder
- impl-trait
- in-trait
- issues
- indexing
- issues
- issue-1920-absolute-paths
- kindck
- lazy-type-alias
- lifetimes
- malformed
- marker_trait_attr
- namespace
- never_type
- object-lifetime
- on-unimplemented
- parser
- privacy/sealed-traits
- proc-macro
- range
- regions
- repeat-expr
- rfcs
- rfc-1937-termination-trait
- rfc-2397-do-not-recommend
- rfc-2632-const-trait-impl
- effects
- span
- specialization
- defaultimpl
- min_specialization
- structs
- suggestions
- test-attrs
- trait-bounds
- traits
- alias
- associated_type_bound
- bound
- inductive-overflow
- inheritance
- negative-bounds
- next-solver
- cycles
- coinduction
- env-shadows-impls
- non_lifetime_binders
- reservation-impl
- suggest-dereferences
- trivial-bounds
- try-trait
- type-alias-impl-trait
- typeck
- type
- unboxed-closures
- union
- unsized
- wf
- where-clauses
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
698 files changed
+1282
-1270
lines changedLines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2941 | 2941 | | |
2942 | 2942 | | |
2943 | 2943 | | |
2944 | | - | |
| 2944 | + | |
| 2945 | + | |
| 2946 | + | |
| 2947 | + | |
| 2948 | + | |
| 2949 | + | |
| 2950 | + | |
| 2951 | + | |
| 2952 | + | |
| 2953 | + | |
| 2954 | + | |
| 2955 | + | |
2945 | 2956 | | |
2946 | 2957 | | |
2947 | 2958 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
350 | | - | |
| 350 | + | |
351 | 351 | | |
352 | 352 | | |
353 | 353 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
618 | 618 | | |
619 | 619 | | |
620 | 620 | | |
621 | | - | |
| 621 | + | |
622 | 622 | | |
623 | 623 | | |
624 | 624 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
0 commit comments