rust/crates/rust-analyzer/tests/slow-tests
Jörg Sommer c87b860d3d Use todo!() instead of () for missing fields
The generated code with `()` doesn't compile in most of the cases. To signal
the developer there's something to do, fill in `todo!()`.

Because the file *missing_fields.rs* contains the string `todo!()` it needs
an exception for the test *check_todo*.
2021-09-09 18:04:50 +02:00
..
main.rs Show test mod runnable in outline modules 2021-07-14 11:30:51 +02:00
sourcegen.rs internal: overhaul code generation 2021-07-03 22:11:03 +03:00
support.rs switch log crate to tracing 2021-08-30 15:11:42 +08:00
testdir.rs fix tests 2021-07-19 16:38:36 +03:00
tidy.rs Use todo!() instead of () for missing fields 2021-09-09 18:04:50 +02:00