1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
use rust_codegen::*; #[test] fn empty_scope() { let scope = Scope::new(); assert_eq!(scope.to_string(), ""); }