summary refs log tree commit diff
path: root/src/test/ui/consts/const_in_pattern/issue-65466.stderr
blob: 9fe3049d1d85f3a6346dc25a90a0f104de7f6784 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
error[E0601]: `main` function not found in crate `issue_65466`
  --> $DIR/issue-65466.rs:1:1
   |
LL | / #![deny(indirect_structural_match)]
LL | |
LL | | #[derive(PartialEq, Eq)]
LL | | enum O<T> {
...  |
LL | |     }
LL | | }
   | |_^ consider adding a `main` function to `$DIR/issue-65466.rs`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0601`.