rust/crates/rust-analyzer
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
..
src Merge #10147 2021-09-04 13:56:47 +00:00
tests/slow-tests Use todo!() instead of () for missing fields 2021-09-09 18:04:50 +02:00
build.rs minor: standard snippet 2021-05-07 21:46:25 +03:00
Cargo.toml update to tracing-tree 0.1.10, which does not pull in syn. 2021-09-06 10:33:08 -04:00