rust/compiler/rustc_lint
Gurinder Singh e7c51320db Fix ICE in improper_ctypes_definitions lint
The lint panicked for an input like 'extern "C" fn(Option<&<T as FooTrait>::FooType>)' because the type T therein cannot be normalized. The normalization failure caused SizeSkeleton::compute() to return an error and trigger a panic in the unwrap().
2023-09-09 12:30:25 +05:30
..
src Fix ICE in improper_ctypes_definitions lint 2023-09-09 12:30:25 +05:30
Cargo.toml Add rustc_fluent_macro to decouple fluent from rustc_macros 2023-04-18 18:56:22 +00:00
messages.ftl lint: translate RenamedOrRemovedLint 2023-08-24 01:09:46 +01:00