DEBSOURCES
Skip Quicknav
sources / rust-defmac / 0.2.1-1 / tests / cross_crate.rs
1234567
#[test] fn full_path() { defmac::defmac! { len x => x.len() } assert_eq!(len!(&[1, 2]), 2); }