rust/compiler/rustc_ast/src
bors 7417110cef Auto merge of #96246 - SparrowLii:bound_contxet, r=compiler-errors
Add `BoundKind` in `visit_param_bounds` to check questions in bounds

From the FIXME in the impl of `AstValidator`. Better bound checks by adding `BoundCtxt` type parameter to `visit_param_bound`

cc `@ecstatic-morse`
2022-04-25 10:46:58 +00:00
..
ast mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
attr rustc_metadata: Store a flag telling whether an item may have doc links in its attributes 2022-04-19 22:53:46 +03:00
expand Make allocator_kind a query. 2021-06-20 11:52:51 +02:00
util rustc_metadata: Store a flag telling whether an item may have doc links in its attributes 2022-04-19 22:53:46 +03:00
ast.rs Auto merge of #96016 - Aaron1011:hash-name-cleanup, r=cjgillot 2022-04-17 10:31:52 +00:00
ast_like.rs Remove Nonterminal::NtTT. 2022-03-28 10:03:02 +11:00
entry.rs Fix ICE when main is declared in an extern block 2021-06-09 23:14:02 -04:00
lib.rs Use const Box::default in P::<[T]>::new 2022-04-11 12:14:18 -07:00
mut_visit.rs Reimplement lowering of sym operands for asm! so that it also works with global_asm! 2022-04-14 15:32:03 +01:00
node_id.rs Use LocalExpnId where possible. 2021-07-17 19:41:02 +02:00
ptr.rs Use const Box::default in P::<[T]>::new 2022-04-11 12:14:18 -07:00
token.rs Rollup merge of #94461 - jhpratt:2024-edition, r=pnkfelix 2022-04-15 20:50:43 +02:00
tokenstream.rs Introduced Cursor::next_with_spacing_ref. 2022-04-21 13:49:40 +10:00
visit.rs rename to BoundKind and add comments 2022-04-21 10:09:32 +08:00