mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-27 07:03:45 +00:00
433da1fc04
They pass fine.
8 lines
162 B
Makefile
8 lines
162 B
Makefile
include ../tools.mk
|
|
|
|
# Regression test for ICE #18943 when compiling as lib
|
|
|
|
all:
|
|
$(RUSTC) foo.rs --crate-type lib
|
|
$(call REMOVE_RLIBS,foo) && exit 0 || exit 1
|