aboutsummaryrefslogtreecommitdiff
path: root/src/test/compile-fail/bind-alias.rs
blob: 29a8008e540d5c264e2fb1333f08e1b7618224c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// xfail-stage0
// xfail-stage1
// xfail-stage2
// error-pattern: binding alias slot

fn f(&int x) {}

fn main() {
  bind f(10);
}