mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
Merge commit '9d8889cdfc
' into sync-from-ra
This commit is contained in:
parent
3afeb24198
commit
6bbd106c70
104 changed files with 1652 additions and 1026 deletions
|
@ -25,6 +25,7 @@
|
|||
//! derive:
|
||||
//! discriminant:
|
||||
//! drop:
|
||||
//! env: option
|
||||
//! eq: sized
|
||||
//! error: fmt
|
||||
//! fmt: result, transmute, coerce_unsized
|
||||
|
@ -1450,6 +1451,15 @@ mod macros {
|
|||
#[macro_export]
|
||||
macro_rules! concat {}
|
||||
// endregion:concat
|
||||
|
||||
// region:env
|
||||
#[rustc_builtin_macro]
|
||||
#[macro_export]
|
||||
macro_rules! env {}
|
||||
#[rustc_builtin_macro]
|
||||
#[macro_export]
|
||||
macro_rules! option_env {}
|
||||
// endregion:env
|
||||
}
|
||||
|
||||
// region:non_zero
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue