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-05-14 02:49:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
453b51a65a
rust
/
tests
/
ui
/
impl-trait
/
precise-capturing
/
elided.rs
6 lines
78 B
Rust
Raw
Normal View
History
Unescape
Escape
More polishing
2024-04-05 00:36:18 +00:00
//@ check-pass
Rework precise capturing syntax
2024-06-05 20:18:52 +00:00
fn
elided
(
x
:
&
(
)
)
->
impl
Sized
+
use
<
'_
>
{
x
}
More polishing
2024-04-05 00:36:18 +00:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink