Rollup merge of #133171 - binchengqu:master, r=jieyouxu

Add the missing quotation mark in comment
This commit is contained in:
Guillaume Gomez 2024-11-18 17:17:44 +01:00 committed by GitHub
commit 62d0235a4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
// check that `move_size_limit is feature-gated
// check that `move_size_limit` is feature-gated
#![move_size_limit = "42"] //~ ERROR the `#[move_size_limit]` attribute is an experimental feature