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
10b08e3c9c
rust
/
tests
/
ui
/
static
/
auxiliary
/
extern-statics.rs
5 lines
65 B
Rust
Raw
Normal View
History
Unescape
Escape
Update tests for extern block linting
2020-09-01 16:12:52 -05:00
extern
"
C
"
{
Issue deprecation warnings for safe accesses to extern statics
2016-08-26 11:23:42 -05:00
pub
static
XA
:
u8
;
pub
static
mut
XB
:
u8
;
}
Reference in New Issue
Copy Permalink