Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 701aae9

Browse files
zetanumberspetrochenkov
andauthoredNov 30, 2023
Apply suggestions from review pt.2
Co-authored-by: Vadim Petrochenkov <[email protected]>
1 parent 6054c64 commit 701aae9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎compiler/rustc_metadata/src/native_libs.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ impl<'tcx> Collector<'tcx> {
165165
feature_err(
166166
&sess.parse_sess,
167167
sym::link_arg_attribute,
168-
item.span(),
169-
"link-arg link kind is unstable",
168+
span,
169+
"link kind `link-arg` is unstable",
170170
)
171171
.emit();
172172
}

0 commit comments

Comments
 (0)
Please sign in to comment.