This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
6c3243f008
rust
/
tests
/
ui
/
impl-trait
/
issue-36792.rs
8 lines
72 B
Rust
Raw
Normal View
History
Unescape
Escape
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
2024-02-16 20:02:50 +00:00
//@ run-pass
Add tests to fixed issues. Closes #36792. Closes #38091. Closes #39687. Closes #42148. Closes #42956.
2018-01-11 11:57:56 +09:00
fn
foo
(
)
->
impl
Copy
{
foo
}
fn
main
(
)
{
foo
(
)
;
}
Copy permalink