mirror of
https://github.com/rust-lang/rust
synced 2024-11-02 13:21:12 +00:00
Add missing end of string
This commit is contained in:
parent
4c2587c1c0
commit
3c98781256
1 changed files with 1 additions and 0 deletions
|
@ -394,6 +394,7 @@ fn main() {
|
|||
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 a new issue