2024-05-08 21:44:57 -04:00
|
|
|
# This test checks that alloc can still compile correctly when the unstable no_sync feature is turned on.
|
2024-05-07 09:39:57 -04:00
|
|
|
# See https://github.com/rust-lang/rust/pull/89891
|
|
|
|
|
2021-10-14 20:47:14 +02:00
|
|
|
include ../tools.mk
|
|
|
|
|
|
|
|
all:
|
2023-01-05 09:45:44 +01:00
|
|
|
$(RUSTC) --edition=2021 -Dwarnings --crate-type=rlib ../../../library/alloc/src/lib.rs --cfg no_sync
|