]> git.lizzy.rs Git - rust.git/commitdiff
Add missing end of string
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Wed, 24 Jun 2015 07:38:42 +0000 (09:38 +0200)
committerGuillaume Gomez <guillaume1.gomez@gmail.com>
Wed, 24 Jun 2015 07:38:42 +0000 (09:38 +0200)
src/librustc_typeck/diagnostics.rs

index 18341af7ea4b42d0b6e3a7e07f5d38161234cb92..2c1b825f13a357bc2733d11730515e5071c1e993 100644 (file)
@@ -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