Sign in
rust
/
rust
/
HEAD
/
.
/
tests
/
ui
/
lint
/
auxiliary
/
forbid-macro.rs
blob: aa74d0cf314394061593b87e933c54f8fd600a10 [
file
] [
log
] [
blame
]
#[
macro_export
]
macro_rules
!
emit_forbid
{
()
=>
{
#[
forbid
(
unsafe_code
)]
let
_so_safe
=
0
;
};
}