Fix handling of +whole-archive native link modifier.

This commit is contained in:
Michael Woerister 2021-08-30 11:12:07 +02:00
parent dbb0fe9d80
commit 522f9757f6
2 changed files with 36 additions and 10 deletions

View file

@ -3,6 +3,7 @@
#![feature(box_patterns)]
#![feature(try_blocks)]
#![feature(in_band_lifetimes)]
#![feature(once_cell)]
#![feature(nll)]
#![feature(associated_type_bounds)]
#![recursion_limit = "256"]