We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bae562 commit 814b9a1Copy full SHA for 814b9a1
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/json_is_not_rust.rs
@@ -135,6 +135,7 @@ pub(crate) fn json_in_items(
135
"JSON syntax is not valid as a Rust item",
136
FileRange { file_id: vfs_file_id, range },
137
)
138
+ .stable()
139
.with_fixes(Some(vec![{
140
let mut scb = SourceChangeBuilder::new(vfs_file_id);
141
let scope = scb.make_import_scope_mut(import_scope);
0 commit comments