rust/tests/ui/did_you_mean
Matthias Krüger a935064fae
Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-errors
Compiler: Rename "object safe" to "dyn compatible"

Completed T-lang FCP: https://github.com/rust-lang/lang-team/issues/286#issuecomment-2338905118.
Tracking issue: https://github.com/rust-lang/rust/issues/130852

Excludes `compiler/rustc_codegen_cranelift` (to be filed separately).
Includes Stable MIR.

Regarding https://github.com/rust-lang/rust/labels/relnotes, I guess I will manually open a https://github.com/rust-lang/rust/labels/relnotes-tracking-issue since this change affects everything (compiler, library, tools, docs, books, everyday language).

r? ghost
2024-09-27 21:35:08 +02:00
..
auxiliary
bad-assoc-expr.rs
bad-assoc-expr.stderr
bad-assoc-pat.rs
bad-assoc-pat.stderr
bad-assoc-ty.rs
bad-assoc-ty.stderr Compiler: Rename "object safe" to "dyn compatible" 2024-09-25 13:26:48 +02:00
brackets-to-braces-single-element.rs
brackets-to-braces-single-element.stderr
collect-without-into-iter-call.rs
collect-without-into-iter-call.stderr
compatible-variants-in-pat.rs
compatible-variants-in-pat.stderr
compatible-variants.rs
compatible-variants.stderr
dont-suggest-doc-hidden-fields.rs
dont-suggest-doc-hidden-fields.stderr
dont-suggest-hygienic-fields.rs
dont-suggest-hygienic-fields.stderr
E0178.rs
E0178.stderr Make parse error suggestions verbose and fix spans 2024-07-12 03:02:57 +00:00
issue-21659-show-relevant-trait-impls-1.rs
issue-21659-show-relevant-trait-impls-1.stderr
issue-21659-show-relevant-trait-impls-2.rs
issue-21659-show-relevant-trait-impls-2.stderr
issue-31424.rs
issue-31424.stderr
issue-34126.rs
issue-34126.stderr
issue-34337.rs
issue-34337.stderr Fix &mut removal suggestion 2024-07-04 04:36:52 +00:00
issue-35937.rs
issue-35937.stderr
issue-36798_unknown_field.rs
issue-36798_unknown_field.stderr
issue-36798.rs
issue-36798.stderr
issue-37139.rs
issue-37139.stderr Fix &mut removal suggestion 2024-07-04 04:36:52 +00:00
issue-38054-do-not-show-unresolved-names.rs
issue-38054-do-not-show-unresolved-names.stderr
issue-38147-1.rs
issue-38147-1.stderr
issue-38147-2.rs
issue-38147-2.stderr
issue-38147-3.rs
issue-38147-3.stderr
issue-38147-4.rs
issue-38147-4.stderr
issue-39544.rs
issue-39544.stderr
issue-39802-show-5-trait-impls.rs
issue-39802-show-5-trait-impls.stderr
issue-40006.rs Add suggestions for possible missing fn, struct, or enum keywords 2024-07-08 10:04:03 +04:00
issue-40006.stderr Add suggestions for possible missing fn, struct, or enum keywords 2024-07-08 10:04:03 +04:00
issue-40396.rs
issue-40396.stderr
issue-40823.rs
issue-40823.stderr
issue-41679-tilde-bitwise-negation-attempt.fixed
issue-41679-tilde-bitwise-negation-attempt.rs
issue-41679-tilde-bitwise-negation-attempt.stderr Make parse error suggestions verbose and fix spans 2024-07-12 03:02:57 +00:00
issue-42599_available_fields_note.rs
issue-42599_available_fields_note.stderr
issue-42764.rs
issue-42764.stderr
issue-43871-enum-instead-of-variant.rs
issue-43871-enum-instead-of-variant.stderr
issue-46718-struct-pattern-dotdotdot.rs
issue-46718-struct-pattern-dotdotdot.stderr
issue-46836-identifier-not-instead-of-negation.rs
issue-46836-identifier-not-instead-of-negation.stderr Make parse error suggestions verbose and fix spans 2024-07-12 03:02:57 +00:00
issue-48492-tuple-destructure-missing-parens.rs
issue-48492-tuple-destructure-missing-parens.stderr
issue-49746-unicode-confusable-in-float-literal-expt.rs
issue-49746-unicode-confusable-in-float-literal-expt.stderr
issue-53280-expected-float-found-integer-literal.rs
issue-53280-expected-float-found-integer-literal.stderr Use shorter span for float literal suggestion 2024-07-04 05:19:35 +00:00
issue-54109-and_instead_of_ampersands.rs
issue-54109-and_instead_of_ampersands.stderr Make parse error suggestions verbose and fix spans 2024-07-12 03:02:57 +00:00
issue-54109-without-witness.fixed
issue-54109-without-witness.rs
issue-54109-without-witness.stderr Make parse error suggestions verbose and fix spans 2024-07-12 03:02:57 +00:00
issue-56028-there-is-an-enum-variant.rs
issue-56028-there-is-an-enum-variant.stderr
issue-87830-try-brackets-for-arrays.rs
issue-87830-try-brackets-for-arrays.stderr
issue-103909.rs
issue-103909.stderr
issue-105225-named-args.rs
issue-105225-named-args.stderr
issue-105225.fixed
issue-105225.rs
issue-105225.stderr
issue-114112.rs
issue-114112.stderr
println-typo.rs
println-typo.stderr
pub-macro-rules.rs
pub-macro-rules.stderr Make parse error suggestions verbose and fix spans 2024-07-12 03:02:57 +00:00
recursion_limit_deref.rs
recursion_limit_deref.stderr
recursion_limit_macro.rs
recursion_limit_macro.stderr
recursion_limit.rs
recursion_limit.stderr
replace-impl-infer-ty-from-trait.fixed
replace-impl-infer-ty-from-trait.rs
replace-impl-infer-ty-from-trait.stderr On implicit Sized bound on fn argument, point at type instead of pattern 2024-09-27 00:45:02 +00:00
trait-object-reference-without-parens-suggestion.rs
trait-object-reference-without-parens-suggestion.stderr Compiler: Rename "object safe" to "dyn compatible" 2024-09-25 13:26:48 +02:00
use_instead_of_import.fixed
use_instead_of_import.rs
use_instead_of_import.stderr Make parse error suggestions verbose and fix spans 2024-07-12 03:02:57 +00:00