• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1error: Entry function should not be generic
2 --> tests/ui/fail/entry_bad_generic.rs:6:9
3  |
46 | fn main<T>() -> Status {
5  |         ^
6