1
Fork 0
rust/compiler/rustc_ast_passes/src
bors 3562c535fe Auto merge of #117818 - fmease:properly-reject-defaultness-on-free-consts, r=cjgillot
Properly reject `default` on free const items

Fixes #117791.

Technically speaking, this is a breaking change but I doubt it will lead to any real-world regressions (maybe in some macro-trickery crates?). Doing a crater run probably isn't worth it.
2023-12-18 11:59:34 +00:00
..
ast_validation.rs Auto merge of #117818 - fmease:properly-reject-defaultness-on-free-consts, r=cjgillot 2023-12-18 11:59:34 +00:00
errors.rs Deny ~const trait bounds in inherent impl headers 2023-12-18 01:48:49 +01:00
feature_gate.rs Rename Session::span_diagnostic as Session::dcx. 2023-12-18 16:06:21 +11:00
lib.rs Use rustc_fluent_macro::fluent_messages! directly. 2023-11-26 08:38:40 +11:00
node_count.rs Remove unused span argument from walk_fn. 2022-09-12 13:24:27 +10:00
show_span.rs Rename ShowSpanVisitor::span_diagnostic as ShowSpanVisitor::dcx. 2023-12-18 16:06:21 +11:00