about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc/src/errors.rs
diff options
context:
space:
mode:
authorMike Hommey <mh@glandium.org>2024-08-04 07:11:11 +0900
committerMike Hommey <mh@glandium.org>2024-08-05 05:01:39 +0900
commit70ab51f988ae44afb9f50151b7732ba10c37e4a8 (patch)
treed2b3ee6df238a42ce7317c589a6afad3583443f0 /compiler/rustc_codegen_gcc/src/errors.rs
parentbbf60c897e18a72923129c63ff33ce2de2968815 (diff)
downloadrust-70ab51f988ae44afb9f50151b7732ba10c37e4a8.tar.gz
rust-70ab51f988ae44afb9f50151b7732ba10c37e4a8.zip
Correct the const stabilization of `<[T]>::last_chunk`
`<[T]>::first_chunk` became const stable in 1.77, but `<[T]>::last_chunk` was
left out. This was fixed in 3488679768d, which reached stable in 1.80,
making `<[T]>::last_chunk` const stable as of that version, but it is
documented as being const stable as 1.77. While this is what should have
happened, the documentation should reflect what actually did happen.
Diffstat (limited to 'compiler/rustc_codegen_gcc/src/errors.rs')
0 files changed, 0 insertions, 0 deletions