Skip to content

Commit 3c98781

Browse files
Add missing end of string
1 parent 4c2587c commit 3c98781

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_typeck/diagnostics.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,7 @@ need:
394394
extern { fn some_func_i32(x: i32); }
395395
extern { fn some_func_i64(x: i64); }
396396
```
397+
"##,
397398

398399
E0045: r##"
399400
Rust only supports variadic parameters for interoperability with C code in its

0 commit comments

Comments
 (0)