Logo
Explore Help
Register Sign In
rust-lang/rust
1
0
Fork 0
You've already forked rust
Code Issues Pull Requests Actions 2 Packages Projects Releases Wiki Activity
Files
51b51b51d7931da85280382a81c4dd80c73ca754
rust/tests/ui/closures/binder/async-closure-with-binder.rs

9 lines
116 B
Rust
Raw Normal View History

[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
2024-02-16 20:02:50 +00:00
//@ edition:2021
//@ check-pass
Bless tests, add comments
2024-01-25 03:50:23 +00:00
Parse closure binders This is first step in implementing RFC 3216. - Parse `for<'a>` before closures in ast - Error in lowering - Add `closure_lifetime_binder` feature
2022-06-02 20:15:05 +04:00
#![feature(closure_lifetime_binder)]
Bless tests, add comments
2024-01-25 03:50:23 +00:00
Parse closure binders This is first step in implementing RFC 3216. - Parse `for<'a>` before closures in ast - Error in lowering - Add `closure_lifetime_binder` feature
2022-06-02 20:15:05 +04:00
fn main() {
Bless tests, add comments
2024-01-25 03:50:23 +00:00
for<'a> async || -> () {};
Parse closure binders This is first step in implementing RFC 3216. - Parse `for<'a>` before closures in ast - Error in lowering - Add `closure_lifetime_binder` feature
2022-06-02 20:15:05 +04:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 1511ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API