1
Fork 0

Rollup merge of #91504 - cynecx:used_retain, r=nikic

`#[used(linker)]` attribute

See https://github.com/dtolnay/linkme/issues/41#issuecomment-927255631.
This commit is contained in:
Matthias Krüger 2022-02-09 23:29:56 +01:00 committed by GitHub
commit 3f4aaf4f2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 182 additions and 4 deletions

View file

@ -449,6 +449,7 @@ symbols! {
compare_exchange_weak,
compile_error,
compile_error_macro,
compiler,
compiler_builtins,
compiler_fence,
concat,
@ -818,6 +819,7 @@ symbols! {
link_ordinal,
link_section,
linkage,
linker,
lint_reasons,
literal,
load,
@ -1466,6 +1468,7 @@ symbols! {
use_extern_macros,
use_nested_groups,
used,
used_with_arg,
usize,
v1,
va_arg,