mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 20:09:19 +00:00
Add panic_context module for better panic messages
This commit is contained in:
parent
e315fd9bb0
commit
d3a2b21a8c
3 changed files with 55 additions and 2 deletions
|
@ -5,6 +5,7 @@ use std::{
|
|||
};
|
||||
|
||||
mod macros;
|
||||
pub mod panic_context;
|
||||
|
||||
#[inline(always)]
|
||||
pub fn is_ci() -> bool {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue