summary refs log tree commit diff
path: root/src/test/compile-fail/occurs-check.rs
blob: aba5b5c5928281332749b3cdc5525080e238e4f8 (plain)
1
2
// error-pattern: Type inference failed because I could not find
fn main() { let f; f = @f; }