rust/compiler/rustc_ast_lowering/src
Noah Lev e0bd01167e Re-enable ConstArgKind::Path lowering by default
...and remove the `const_arg_path` feature gate as a result. It was only
a stopgap measure to fix the regression that the new lowering introduced
(which should now be fixed by this PR).
2024-09-12 13:56:01 -04:00
..
asm.rs Re-enable ConstArgKind::Path lowering by default 2024-09-12 13:56:01 -04:00
block.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
delegation.rs chore: Fix typos in 'compiler' (batch 1) 2024-09-02 07:42:38 +02:00
errors.rs Rollup merge of #126013 - nnethercote:unreachable_pub, r=Urgau 2024-08-27 00:41:57 +02:00
expr.rs Re-enable ConstArgKind::Path lowering by default 2024-09-12 13:56:01 -04:00
format.rs fmt-debug option 2024-08-28 23:32:40 +01:00
index.rs Simplify some nested if statements 2024-09-11 13:45:23 -04:00
item.rs Also fix if in else 2024-09-11 17:24:01 -04:00
lib.rs Re-enable ConstArgKind::Path lowering by default 2024-09-12 13:56:01 -04:00
lifetime_collector.rs Implement elided_named_lifetimes lint 2024-08-31 15:35:41 +03:00
pat.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
path.rs Rename ParenthesizedGenericArgs to GenericArgsMode 2024-08-26 16:48:13 -04:00