1 2 3 4 5 6 7 8
// xfail-stage0 // error-pattern: binding alias slot fn f(&int x) {} fn main() { bind f(10); }