Sign in
fuchsia
/
third_party
/
rust
/
93d610821d9b6d46d93a754df2944e13929c5b31
/
.
/
src
/
librustc_asan
/
lib.rs
blob: d6c8e54c18db7ea9e9f6d9bdefc1e2ce0d5e3dd3 [
file
] [
log
] [
blame
]
#![
sanitizer_runtime
]
#![
feature
(
nll
)]
#![
feature
(
sanitizer_runtime
)]
#![
feature
(
staged_api
)]
#![
no_std
]
#![
unstable
(
feature
=
"sanitizer_runtime_lib"
,
reason
=
"internal implementation detail of sanitizers"
,
issue
=
"0"
)]