This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e4b9f86054
rust
/
tests
/
ui
/
parser
/
issues
/
issue-8537.rs
6 lines
80 B
Rust
Raw
Normal View
History
Unescape
Escape
syntax: Fix span on illegal ABI errors Fixes #8537 Fixes #14499
2014-05-29 07:40:41 -05:00
pub
extern
Replace illegal with invalid in most diagnostics
2015-07-26 19:49:38 -05:00
"
invalid-ab_isize
"
//~ ERROR invalid ABI
syntax: Fix span on illegal ABI errors Fixes #8537 Fixes #14499
2014-05-29 07:40:41 -05:00
fn
foo
(
)
{
}
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink