2023-01-24 06:16:06 +08:00
|
|
|
//@ edition:2021
|
2024-11-24 17:37:25 -08:00
|
|
|
//@ proc-macro: issue-107113.rs
|
2025-09-26 13:59:06 +02:00
|
|
|
//@ ignore-backends: gcc
|
2023-01-24 06:16:06 +08:00
|
|
|
|
|
|
|
|
#[macro_use]
|
|
|
|
|
extern crate issue_107113;
|
|
|
|
|
|
|
|
|
|
#[issue_107113::main] //~ ERROR mismatched types [E0308]
|
|
|
|
|
async fn main() -> std::io::Result<()> {}
|