mirror of
				https://github.com/rust-lang/rust-analyzer.git
				synced 2025-10-31 20:09:01 +00:00 
			
		
		
		
	upstream stdx changes
This commit is contained in:
		
							parent
							
								
									2261e4e892
								
							
						
					
					
						commit
						428ee50540
					
				
					 11 changed files with 131 additions and 97 deletions
				
			
		|  | @ -16,7 +16,7 @@ impl Drop for PanicContext { | |||
| } | ||||
| 
 | ||||
| pub fn enter(frame: String) -> PanicContext { | ||||
|     #[allow(clippy::print_stderr)] | ||||
|     #[expect(clippy::print_stderr, reason = "already panicking anyway")] | ||||
|     fn set_hook() { | ||||
|         let default_hook = panic::take_hook(); | ||||
|         panic::set_hook(Box::new(move |panic_info| { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 BenjaminBrienen
						BenjaminBrienen