]> git.proxmox.com Git - rustc.git/blobdiff - src/test/run-make-fulldeps/allow-non-lint-warnings-cmdline/Makefile
New upstream version 1.65.0+dfsg1
[rustc.git] / src / test / run-make-fulldeps / allow-non-lint-warnings-cmdline / Makefile
index c14006cc2e052b7a0bd77f6ae17dc0fa668b23cb..60d9c7c374590fd83c64ee3a03ee754ff3160cc0 100644 (file)
@@ -1,4 +1,4 @@
--include ../tools.mk
+include ../tools.mk
 
 # Test that -A warnings makes the 'empty trait list for derive' warning go away
 OUT=$(shell $(RUSTC) foo.rs -A warnings 2>&1 | grep "warning" )