Docs.rs
swc_macros_common-1.0.0
swc_macros_common 1.0.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Documentation
Repository
crates.io
Source
Owners
kdy1
swc-bot
Dependencies
proc-macro2 ^1.0.24
normal
quote ^1.0.7
normal
syn ^2
normal
Versions
44.44%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
swc_
macros_
common
1.0.0
swc_macros_common
Macro
unreachable
Copy item path
source
macro_rules!
unreachable { () => { ... }; ($(
$args
:tt)+) => { ... }; }