]> git.lizzy.rs Git - rust.git/commitdiff
Refactor code
authorPankajChaudhary5 <pankajchaudhary172@gmail.com>
Thu, 26 Mar 2020 07:47:41 +0000 (13:17 +0530)
committerPankajChaudhary5 <pankajchaudhary172@gmail.com>
Thu, 26 Mar 2020 07:47:41 +0000 (13:17 +0530)
src/librustc_error_codes/error_codes/E0703.md
src/test/ui/parser/issue-8537.stderr

index 14c3cb5c8eaaf25c0491cba5e2257abd418f1332..2f9d745261c4f50638aff920e8b71d6ef8e7f9c8 100644 (file)
@@ -6,7 +6,6 @@ Erroneous code example:
 extern "invalid" fn foo() {} //~ ERROR
 
 fn main() { }
-
 ```
 At present there the few predefined ABI's (like Rust, C, system, etc.)
 which we can use in our Rust code. Please verify the ABI from the
index b20226f87e8f8e1f761b823b2a73d7506b3e6793..a0793d94653da33978cd3e8259738cf10558ecc1 100644 (file)
@@ -8,3 +8,4 @@ LL |   "invalid-ab_isize"
 
 error: aborting due to previous error
 
+For more information about this error, try `rustc --explain E0703`.