summaryrefslogtreecommitdiffstats
path: root/src/test/ui/lifetimes/issue-83907-invalid-fn-like-path.rs
blob: 604687ce71126ed6fd748004f0e46672f3915b94 (plain)
1
2
3
4
5
6
7
// check-fail

static STATIC_VAR_FIVE: &One();
//~^ cannot find type
//~| free static item without body

fn main() {}