884af362f2
Previously, any associated function could have `~const` trait bounds on generic parameters, which could lead to ICEs when these bounds were used on associated functions of non-`#[const_trait] trait` or non-`impl const` blocks. Includes changes as per @fee1-dead's comments in #116210. |
||
---|---|---|
.. | ||
const-bound-on-not-const-associated-fn.rs | ||
const-bound-on-not-const-associated-fn.stderr | ||
fallback.rs | ||
helloworld.rs | ||
infer-fallback.rs |