You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rollup merge of #142818 - JonathanBrouwer:used_new_parser, r=jdonszelmann
Port `#[used]` to new attribute parsing infrastructure
Ports `used` to the new attribute parsing infrastructure for #131229 (comment)
r? ``@jdonszelmann``
codegen_ssa_expected_name_value_pair = expected name value pair
50
50
51
-
codegen_ssa_expected_used_symbol = expected `used`, `used(compiler)` or `used(linker)`
52
-
53
51
codegen_ssa_extern_funcs_not_found = some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified
54
52
55
53
codegen_ssa_extract_bundled_libs_archive_member = failed to get data from archive member '{$rlib}': {$error}
0 commit comments