rust/compiler/rustc_infer/src
nils 4bd33fdb4a
Rollup merge of #102472 - lcnr:static-in-eval, r=jackh726
stop special-casing `'static` in evaluation

fixes #102360

I have no idea whether this actually removed all places where `'static` matters. Without canonicalization it's very easy to accidentally rely on `'static` again. Blocked on changing the `order_dependent_trait_objects` future-compat lint to a hard error

r? `@nikomatsakis`
2023-03-28 12:51:12 +02:00
..
errors Migrate diagnostic 2023-03-03 05:02:34 +00:00
infer Rollup merge of #102472 - lcnr:static-in-eval, r=jackh726 2023-03-28 12:51:12 +02:00
traits Don't elaborate non-obligations into obligations 2023-03-26 20:33:54 +00:00
lib.rs Simplify message paths 2023-03-11 22:51:57 +01:00