Re: [PATCH 11/11] docs: rust: update for newer minimum supported version

2025-05-06 Thread Zhao Liu
> -* Generic Associated Types (1.65.0) > - > -* ``CStr::from_bytes_with_nul()`` as a ``const`` function (1.72.0). > - > -* "Return position ``impl Trait`` in Traits" (1.75.0, blocker for including > - the pinned-init create). > - Glad to see it's possible to include pinned-init. Reviewed-by: Zh

Re: [PATCH 11/11] docs: rust: update for newer minimum supported version

2025-05-05 Thread Manos Pitsidianakis
On Mon, May 5, 2025 at 12:05 PM Paolo Bonzini wrote: > > Remove leftover notes for Rust changes between 1.63.0 and 1.77.0. > > Signed-off-by: Paolo Bonzini > --- > docs/devel/rust.rst | 15 +-- > 1 file changed, 1 insertion(+), 14 deletions(-) > Reviewed-by: Manos Pitsidianakis

[PATCH 11/11] docs: rust: update for newer minimum supported version

2025-05-05 Thread Paolo Bonzini
Remove leftover notes for Rust changes between 1.63.0 and 1.77.0. Signed-off-by: Paolo Bonzini --- docs/devel/rust.rst | 15 +-- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/docs/devel/rust.rst b/docs/devel/rust.rst index 557cee72f39..4de86375021 100644 --- a/docs/de