mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
Add missing end of string
This commit is contained in:
parent
4c2587c1c0
commit
3c98781256
@ -394,6 +394,7 @@ need:
|
||||
extern { fn some_func_i32(x: i32); }
|
||||
extern { fn some_func_i64(x: i64); }
|
||||
```
|
||||
"##,
|
||||
|
||||
E0045: r##"
|
||||
Rust only supports variadic parameters for interoperability with C code in its
|
||||
|
Loading…
Reference in New Issue
Block a user