1
Fork 0

About rmake tests

This commit is contained in:
Guillaume Gomez 2024-08-15 14:44:48 +02:00
parent a19a8f8e52
commit d562a4a510
13 changed files with 20 additions and 20 deletions

View file

@ -10,7 +10,7 @@ fn main() {
// First we check that we generate the JSON in the stdout.
rustdoc()
.input("foo.rs")
.output("-")
.out_dir("-")
.arg("-Zunstable-options")
.output_format("json")
.run()