1It is not possible to define `main` with a where clause.23Erroneous code example:45```compile_fail,E06466fn main() where i32: Copy { // error: main function is not allowed to have7 // a where clause8}9```
Findings
✓ No findings reported for this file.