433da1fc04
They pass fine.
6 lines
101 B
Makefile
6 lines
101 B
Makefile
include ../tools.mk
|
|
|
|
all:
|
|
$(RUSTC) panic.rs
|
|
$(RUSTC) -C panic=abort --emit=obj app.rs -L $(TMPDIR)
|