We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70b9a7b commit 08c55bdCopy full SHA for 08c55bd
src/test/run-make-fulldeps/remap-path-prefix/Makefile
@@ -3,4 +3,5 @@
3
# Checks if remapping works if the remap-from string contains path to the working directory plus more
4
all:
5
$(RUSTC) --remap-path-prefix $$PWD/auxiliary=/the/aux --crate-type=lib --emit=metadata auxiliary/lib.rs
6
+ grep "/the/aux/lib.rs" $(TMPDIR)/liblib.rmeta || exit 1
7
! grep "$$PWD/auxiliary" $(TMPDIR)/liblib.rmeta || exit 1
0 commit comments