about summary refs log tree commit diff
path: root/tests/codegen/no_builtins-at-crate.rs
AgeCommit message (Collapse)AuthorLines
2023-07-18Add the `no-builtins` attribute to functions when `no_builtins` is applied ↵DianQK-0/+24
at the crate level. When `no_builtins` is applied at the crate level, we should add the `no-builtins` attribute to each function to ensure it takes effect in LTO.