This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
359bfa901b9d8eddbed7b88b6716dbb77b7bfb95
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 17:12:52 -04:00
extern
"
C
"
{
Issue deprecation warnings for safe accesses to extern statics
2016-08-26 19:23:42 +03:00
pub
static
XA
:
u8
;
pub
static
mut
XB
:
u8
;
}
Reference in New Issue
Copy Permalink