rust/crates/rust-analyzer/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
..
slow-tests Use todo!() instead of () for missing fields 2021-09-09 18:04:50 +02:00