rust/tests/ui/implied-bounds
bors 97c966bb40 Auto merge of #139552 - matthiaskrgr:rollup-b194mk8, r=matthiaskrgr
Rollup of 10 pull requests

Successful merges:

 - #139494 (Restrict some queries by def-kind more)
 - #139496 (Revert r-a changes of rust-lang/rust#139455)
 - #139506 (add missing word in doc comment (part 2))
 - #139515 (Improve presentation of closure signature mismatch from `Fn` trait goal)
 - #139520 (compiletest maintenance: sort deps and drop dep on `anyhow`)
 - #139523 (Rustc dev guide subtree update)
 - #139526 (Fix deprecation note for std::intrinsics)
 - #139528 (compiletest: Remove the `--logfile` flag)
 - #139541 (Instantiate higher-ranked transmute goal w/ placeholders before emitting sub-obligations)
 - #139547 (Update library tracking issue template to set S-tracking-unimplemented)

r? `@ghost`
`@rustbot` modify labels: rollup
2025-04-09 05:39:18 +00:00
..
assoc-ty-wf-used-to-get-assoc-ty.rs
assoc-ty-wf-used-to-get-assoc-ty.stderr
bevy_world_query.rs Restrict bevy hack 2025-02-19 03:58:31 +00:00
dyn-erasure-no-tait.rs
dyn-erasure-tait.rs Implement #[define_opaque] attribute for functions. 2025-03-11 12:05:02 +00:00
from-trait-impl.rs Only use implied bounds hack if bevy, and use deeply normalize in implied bounds hack 2025-03-04 18:18:48 +00:00
from-trait-impl.stderr Only use implied bounds hack if bevy, and use deeply normalize in implied bounds hack 2025-03-04 18:18:48 +00:00
gluon_salsa.rs
hrlt-implied-trait-bounds-guard.rs
hrlt-implied-trait-bounds-guard.stderr
hrlt-implied-trait-bounds-roundtrip.rs
ice-unbound-region-vars.rs
impl-header-unnormalized-types.rs
impl-header-unnormalized-types.stderr
impl-implied-bounds-compatibility-unnormalized.rs
impl-implied-bounds-compatibility-unnormalized.stderr
impl-implied-bounds-compatibility.rs
impl-implied-bounds-compatibility.stderr
implied-bounds-entailment-wf-vars-issue-114783-1.rs
implied-bounds-entailment-wf-vars-issue-114783-2.rs
implied-bounds-on-nested-references-plus-variance-2.rs
implied-bounds-on-nested-references-plus-variance-early-bound.rs
implied-bounds-on-nested-references-plus-variance-early-bound.stderr
implied-bounds-on-nested-references-plus-variance-unnormalized.rs
implied-bounds-on-nested-references-plus-variance-unnormalized.stderr
implied-bounds-on-nested-references-plus-variance.rs
implied-bounds-on-nested-references-plus-variance.stderr
implied-bounds-on-trait-hierarchy-1.rs UI tests: add missing diagnostic kinds where possible 2025-04-08 23:06:31 +03:00
implied-bounds-on-trait-hierarchy-1.stderr
implied-bounds-on-trait-hierarchy-2.rs
implied-bounds-unconstrained-1.rs
implied-bounds-unconstrained-2.rs
implied_bounds_entailment_alias_var.rs
implied_bounds_entailment_skip_non_outlives.rs
issue-100690.rs
issue-100690.stderr Improve presentation of closure signature mismatch from Fn trait goal 2025-04-08 05:54:57 +00:00
issue-101951.rs
issue-110161.rs
issue-110161.stderr
normalization-nested.rs Only use implied bounds hack if bevy, and use deeply normalize in implied bounds hack 2025-03-04 18:18:48 +00:00
normalization-placeholder-leak.fail.stderr Only use implied bounds hack if bevy, and use deeply normalize in implied bounds hack 2025-03-04 18:18:48 +00:00
normalization-placeholder-leak.rs Only use implied bounds hack if bevy, and use deeply normalize in implied bounds hack 2025-03-04 18:18:48 +00:00
normalization-preserve-equality.borrowck.stderr
normalization-preserve-equality.rs
normalization.rs
overflow.rs Implement overflow for infinite implied lifetime bounds 2025-04-07 21:01:24 +00:00
overflow.stderr Implement overflow for infinite implied lifetime bounds 2025-04-07 21:01:24 +00:00
references-err.rs
references-err.stderr
sod_service_chain.rs UI tests: add missing diagnostic kinds where possible 2025-04-08 23:06:31 +03:00
sod_service_chain.stderr Only use implied bounds hack if bevy, and use deeply normalize in implied bounds hack 2025-03-04 18:18:48 +00:00
trait-where-clause-implied.rs