This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
2
Packages
Projects
Releases
Wiki
Activity
Files
901b340c1f5d208561d4261cc3ee634973b35326
rust
/
tests
/
ui
/
async-await
/
track-caller
/
issue-105134.rs
12 lines
106 B
Rust
Raw
Normal View
History
Unescape
Escape
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
2024-02-16 20:02:50 +00:00
//@ check-pass
//@ edition:2021
Use proper HirId for async track_caller attribute check
2022-12-02 16:40:57 +00:00
#[
track_caller
]
fn
f
(
)
{
let
_
=
async
{
}
;
}
fn
main
(
)
{
f
(
)
;
}
Reference in New Issue
Copy Permalink