rust/compiler/rustc_middle/src
bors 3dcb616888 Auto merge of #98959 - cjgillot:late-bound-order, r=michaelwoerister
Return a FxIndexSet in is_late_bound query.

This return value is iterated upon by borrowck, hence the need to preserve
a deterministic iteration order.

Fixes https://github.com/rust-lang/rust/issues/98890
Affects https://github.com/rust-lang/rust/issues/96655

I don't know if this supersedes https://github.com/rust-lang/rust/pull/98924 or fixes an unrelated bug.

r? `@michaelwoerister`
This may deserve a backport.
2022-07-06 17:38:48 +00:00
..
dep_graph Remove crate visibility usage in compiler 2022-05-20 20:04:54 -04:00
hir Rollup merge of #98881 - cjgillot:q-def-kind, r=fee1-dead 2022-07-06 14:49:08 +05:30
infer impl TypeVisitable in type traversal macros 2022-07-05 22:25:33 +01:00
middle Use verbose help for deprecation suggestion 2022-06-29 09:53:15 +01:00
mir Auto merge of #98206 - eggyal:align-to-chalk-folding-api, r=jackh726 2022-07-06 05:48:11 +00:00
query Auto merge of #98959 - cjgillot:late-bound-order, r=michaelwoerister 2022-07-06 17:38:48 +00:00
thir impl TypeVisitable in type traversal macros 2022-07-05 22:25:33 +01:00
traits Update TypeVisitor paths 2022-07-06 06:41:53 +01:00
ty Rollup merge of #98968 - RalfJung:scalar-sanity, r=oli-obk 2022-07-06 14:49:13 +05:30
util span: move MultiSpan 2022-04-05 07:01:00 +01:00
arena.rs Return a FxIndexSet in is_late_bound query. 2022-07-05 21:54:40 +02:00
lib.rs Try out yeet in the MIR interpreter 2022-06-11 23:08:06 -07:00
lint.rs lint: LintDiagnosticBuilder into rustc_errors 2022-07-05 16:00:20 +01:00
macros.rs impl TypeVisitable in type traversal macros 2022-07-05 22:25:33 +01:00
metadata.rs resolve/metadata: Stop encoding macros as reexports 2022-02-24 22:55:40 +03:00
tests.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
thir.rs Add #[derive(TypeVisitable)] 2022-07-05 22:25:15 +01:00