• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1error: Entry function must have no arguments
2 --> tests/ui/fail/entry_bad_arg.rs:6:9
3  |
46 | fn main(_x: usize) -> Status {
5  |         ^^
6