]> git.lizzy.rs Git - rust.git/blob - src/test/ui/error-codes/E0132.stderr
Rollup merge of #48005 - panicbit:env_unimpl_send_sync, r=alexcrichton
[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:14:5
3    |
4 14 | fn f< T >() {} //~ ERROR E0132
5    |     ^^^^^ start function cannot have type parameters
6
7 error: aborting due to previous error
8