DEBSOURCES
Skip Quicknav
sources / rust-lazy-static / 1.5.0-1 / tests / compile_fail / static_is_sized.rs
123456789
#[macro_use] extern crate lazy_static; lazy_static! { pub static ref FOO: str = panic!(); } fn main() { }