rust/compiler/rustc_session/src
bors 88fa119c77 Auto merge of #127670 - compiler-errors:no-type-length-limit, r=jackh726
Gate the type length limit check behind a nightly flag

Effectively disables the type length limit by introducing a `-Zenforce-type-length-limit` which defaults to **`false`**, since making the length limit actually be enforced ended up having a worse fallout than expected. We still keep the code around, but the type length limit attr is now a noop (except for its usage in some diagnostics code?).

r? `@lcnr` -- up to you to decide what team consensus we need here since this reverses an FCP decision.

Reopens #125460 (if we decide to reopen it or keep it closed)
Effectively reverses the decision FCP'd in #125507
Closes #127346
2024-07-14 12:44:07 +00:00
..
config Add rustfmt cfg to well known cfgs list 2024-05-05 14:30:35 +02:00
code_stats.rs -Zprint-type-sizes: print the types of awaitees and unnamed coroutine locals. 2024-03-22 18:07:15 -07:00
config.rs use "bootstrap" instead of "rustbuild" in comments and docs 2024-07-07 00:07:08 +03:00
cstore.rs Remove extern crate rustc_macros from numerous crates. 2024-04-29 10:21:54 +10:00
errors.rs Use a dedicated type instead of a reference for the diagnostic context 2024-06-18 15:42:11 +00:00
filesearch.rs Improve naming and path operations in crate loader 2024-06-06 21:53:29 +02:00
lib.rs Use tidy to sort crate attributes for all compiler crates. 2024-06-12 15:49:10 +10:00
options.rs Auto merge of #127670 - compiler-errors:no-type-length-limit, r=jackh726 2024-07-14 12:44:07 +00:00
output.rs Add blank lines after module-level //! comments. 2024-06-20 09:23:20 +10:00
parse.rs Remove redundant argument from subdiagnostic method 2024-06-18 15:42:11 +00:00
search_paths.rs Remove extern crate rustc_macros from numerous crates. 2024-04-29 10:21:54 +10:00
session.rs Auto merge of #126623 - oli-obk:do_not_count_errors, r=davidtwco 2024-06-18 16:49:19 +00:00
utils.rs Remove extern crate rustc_macros from numerous crates. 2024-04-29 10:21:54 +10:00
version.rs Implement IntoDiagArg for RustcVersion 2024-05-21 20:11:42 +00:00