This adds a special code path for impls which are listed as default impls to ensure that they're loaded correctly.
5 lines
150 B
Makefile
5 lines
150 B
Makefile
-include ../tools.mk
|
|
|
|
all: foo.rs bar.rs
|
|
$(RUSTC) foo.rs --crate-type lib
|
|
$(HOST_RPATH_ENV) $(RUSTDOC) -w html -o $(TMPDIR)/doc bar.rs -L $(TMPDIR)
|