This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Issues
Pull requests
Activity
eb3707e4b4
rust
/
tests
/
ui
/
impl-trait
/
precise-capturing
/
self-capture.rs
8 lines
88 B
Rust
Raw
Normal View
History
Unescape
Escape
Add variances to RPITITs
2024-09-29 13:41:13 -04:00
//@ check-pass
Add hir::Node::PreciseCapturingNonLifetimeArg
2024-04-04 14:46:26 -04:00
trait
Foo
{
Rework precise capturing syntax
2024-06-05 16:18:52 -04:00
fn
bar
<
'
a
>
(
)
->
impl
Sized
+
use
<
Self
>
;
Add hir::Node::PreciseCapturingNonLifetimeArg
2024-04-04 14:46:26 -04:00
}
fn
main
(
)
{
}
Reference in a new issue
Copy permalink