1
Fork 0

Use decorated names for linked_symbols on Windows

This commit is contained in:
Gary Guo 2022-04-26 18:01:10 +01:00
parent d6a57d3730
commit 4f9acb2687
5 changed files with 90 additions and 2 deletions

View file

@ -7,6 +7,7 @@
#![feature(nll)]
#![feature(associated_type_bounds)]
#![feature(strict_provenance)]
#![feature(int_roundings)]
#![recursion_limit = "256"]
#![allow(rustc::potential_query_instability)]