This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a733082be9
rust
/
tests
/
ui
/
coroutine
/
issue-91477.rs
8 lines
95 B
Rust
Raw
Normal View
History
Unescape
Escape
s/generator/coroutine/
2023-10-19 16:46:28 -05:00
#![
feature(coroutines)
]
Fix ICE when yielding in fn returning impl Trait
2021-12-03 00:33:40 -06:00
fn
foo
(
)
->
impl
Sized
{
yield
1
;
//~ ERROR E0627
}
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink