test: add main in the test file
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>pull/13974/head
parent
7d7899a6ca
commit
d3154407c0
|
|
@ -20,7 +20,7 @@ struct Err<U> {
|
|||
value U
|
||||
}
|
||||
|
||||
fn test_report() {
|
||||
fn main() {
|
||||
r := Opt<ParseRes>(None<ParseRes>{})
|
||||
match r {
|
||||
Some<ParseRes> {
|
||||
Loading…
Reference in New Issue