1
Fork 0
rust/tests/run-make/alloc-no-sync/Makefile
2024-05-08 21:44:57 -04:00

7 lines
286 B
Makefile

# This test checks that alloc can still compile correctly when the unstable no_sync feature is turned on.
# See https://github.com/rust-lang/rust/pull/89891
include ../tools.mk
all:
$(RUSTC) --edition=2021 -Dwarnings --crate-type=rlib ../../../library/alloc/src/lib.rs --cfg no_sync