diff --git a/crates/rust-analyzer/tests/slow-tests/main.rs b/crates/rust-analyzer/tests/slow-tests/main.rs index 073721adc9..e5963bae74 100644 --- a/crates/rust-analyzer/tests/slow-tests/main.rs +++ b/crates/rust-analyzer/tests/slow-tests/main.rs @@ -350,7 +350,7 @@ fn test_format_document_2018() { [package] name = "foo" version = "0.0.0" -edition = "2021" +edition = "2018" //- /src/lib.rs mod bar;