]> git.lizzy.rs Git - rust.git/blob - src/test/ui/error-codes/E0132.stderr
selection failure: recompute applicable impls
[rust.git] / src / test / ui / error-codes / E0132.stderr
1 error[E0132]: start function is not allowed to have type parameters
2   --> $DIR/E0132.rs:4:5
3    |
4 LL | fn f< T >() {}
5    |     ^^^^^ start function cannot have type parameters
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0132`.