rust/compiler/rustc_mir_transform
Tomasz Miąsko b740cdcf43 Mark naked functions as never inline in codegen_fn_attrs
Use code generation attributes to ensure that naked functions are never
inline, replacing separate checks in MIR inliner and LLVM code
generation.
2022-12-03 01:04:42 +01:00
..
src Mark naked functions as never inline in codegen_fn_attrs 2022-12-03 01:04:42 +01:00
Cargo.toml interpret: use Either over Result when it is not representing an error condition 2022-11-18 10:18:32 +01:00