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 e924e22 commit 2787783Copy full SHA for 2787783
compiler-core/src/language_server/tests/action.rs
@@ -11228,7 +11228,7 @@ fn annotate_all_top_level_definitions_already_annotated() {
11228
r#"
11229
pub const answer: Int = 42
11230
11231
-pub fn add_two(thing: Int) -> {
+pub fn add_two(thing: Int) -> Int {
11232
thing + 2
11233
}
11234
0 commit comments