Stabilize native library modifier verbatim
This commit is contained in:
parent
454784afba
commit
5b0e80ecf3
17 changed files with 73 additions and 95 deletions
|
@ -2029,10 +2029,7 @@ fn parse_native_lib_modifiers(
|
|||
"linking modifier `bundle` is only compatible with `static` linking kind",
|
||||
),
|
||||
|
||||
("verbatim", _) => {
|
||||
report_unstable_modifier();
|
||||
assign_modifier(&mut verbatim)
|
||||
}
|
||||
("verbatim", _) => assign_modifier(&mut verbatim),
|
||||
|
||||
("whole-archive", NativeLibKind::Static { whole_archive, .. }) => {
|
||||
assign_modifier(whole_archive)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue