rust/compiler/rustc_lint
Matthias Krüger 5a2b589ac7
Rollup merge of #115631 - compiler-errors:ctypes-unsized, r=davidtwco
Don't ICE when computing ctype's `repr_nullable_ptr` for possibly-unsized ty

We may not always be able to compute the layout of a type like `&T` when `T: ?Sized`, even if we're able to estimate its size skeleton.

r? davidtwco

Fixes #115628
2023-09-11 21:16:21 +02:00
..
src Rollup merge of #115631 - compiler-errors:ctypes-unsized, r=davidtwco 2023-09-11 21:16:21 +02:00
Cargo.toml Add rustc_fluent_macro to decouple fluent from rustc_macros 2023-04-18 18:56:22 +00:00
messages.ftl feat(rustc_lint): make CheckLintName respect lint level 2023-08-30 19:24:44 +01:00