This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-04-28 11:07:42 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
rust
/
tests
/
ui
/
impl-trait
/
issue-36792.rs
8 lines
72 B
Rust
Raw
Permalink
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 02:57:56 +00:00
fn
foo
(
)
->
impl
Copy
{
foo
}
fn
main
(
)
{
foo
(
)
;
}
Reference in New Issue
Copy Permalink