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 19:17:43 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
rust
/
tests
/
ui
/
impl-trait
/
precise-capturing
/
self-capture.rs
8 lines
88 B
Rust
Raw
Permalink
Normal View
History
Unescape
Escape
Add variances to RPITITs
2024-09-29 17:41:13 +00:00
//@ check-pass
Add hir::Node::PreciseCapturingNonLifetimeArg
2024-04-04 18:46:26 +00:00
trait
Foo
{
Rework precise capturing syntax
2024-06-05 20:18:52 +00:00
fn
bar
<
'
a
>
(
)
->
impl
Sized
+
use
<
Self
>
;
Add hir::Node::PreciseCapturingNonLifetimeArg
2024-04-04 18:46:26 +00:00
}
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink