Rollup merge of #119711 - Nilstrieb:makewtf, r=WaffleLapkin

Delete unused makefile in tests/ui

??????????
This commit is contained in:
Matthias Krüger 2024-01-08 00:38:36 +01:00 committed by GitHub
commit bf20ade5bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 8 deletions

View File

@ -33,7 +33,6 @@
"tests/ui/macros/macro-expanded-include/file.txt", // testing including data with the include macros
"tests/ui/macros/not-utf8.bin", // testing including data with the include macros
"tests/ui/macros/syntax-extension-source-utils-files/includeme.fragment", // more include
"tests/ui/unused-crate-deps/test.mk", // why would you use make
"tests/ui/proc-macro/auxiliary/included-file.txt", // more include
"tests/ui/invalid/foo.natvis.xml", // sample debugger visualizer
];

View File

@ -1,7 +0,0 @@
# Everyone uses make for building Rust
foo: bar.rlib
$(RUSTC) --crate-type bin --extern bar=bar.rlib
%.rlib: %.rs
$(RUSTC) --crate-type lib $<