mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Revert "feat: Implement module_path
macro"
This commit is contained in:
parent
095926ea6f
commit
fa48bc216c
20 changed files with 71 additions and 278 deletions
|
@ -41,7 +41,6 @@
|
|||
//! iterator: option
|
||||
//! iterators: iterator, fn
|
||||
//! manually_drop: drop
|
||||
//! module_path:
|
||||
//! non_null:
|
||||
//! non_zero:
|
||||
//! option: panic
|
||||
|
@ -1437,16 +1436,6 @@ mod panicking {
|
|||
|
||||
#[macro_use]
|
||||
mod macros {
|
||||
// region:module_path
|
||||
#[macro_export]
|
||||
#[rustc_builtin_macro]
|
||||
macro_rules! module_path {
|
||||
($($arg:tt)*) => {
|
||||
/* compiler built-in */
|
||||
};
|
||||
}
|
||||
// endregion:module_path
|
||||
|
||||
// region:panic
|
||||
#[macro_export]
|
||||
#[rustc_builtin_macro(core_panic)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue