Skip to content

Commit

Permalink
Apply suggestions from review pt.2
Browse files Browse the repository at this point in the history
Co-authored-by: Vadim Petrochenkov <vadim.petrochenkov@gmail.com>
  • Loading branch information
zetanumbers and petrochenkov authored Nov 30, 2023
1 parent 6054c64 commit 701aae9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/rustc_metadata/src/native_libs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ impl<'tcx> Collector<'tcx> {
feature_err(
&sess.parse_sess,
sym::link_arg_attribute,
item.span(),
"link-arg link kind is unstable",
span,
"link kind `link-arg` is unstable",
)
.emit();
}
Expand Down

0 comments on commit 701aae9

Please sign in to comment.