feat: Add break and return postfix keyword completions

This commit is contained in:
Lukas Wirth 2024-01-30 21:04:37 +01:00
parent 6655960186
commit 15bffe25bd
15 changed files with 256 additions and 116 deletions

View file

@ -328,7 +328,6 @@ pub mod convert {
}
pub mod mem {
// region:drop
// region:manually_drop
#[lang = "manually_drop"]
#[repr(transparent)]
@ -353,6 +352,7 @@ pub mod mem {
// endregion:manually_drop
// region:drop
pub fn drop<T>(_x: T) {}
pub const fn replace<T>(dest: &mut T, src: T) -> T {
unsafe {