mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 05:45:12 +00:00
fix: Don't print proc-macro panic backtraces in the logs
This commit is contained in:
parent
ba01ff4f88
commit
80dc20f7d8
11 changed files with 41 additions and 42 deletions
|
@ -47,10 +47,12 @@ struct Foo;
|
|||
fn macros() {
|
||||
check_highlighting(
|
||||
r#"
|
||||
//- proc_macros: mirror
|
||||
//- proc_macros: mirror, identity, derive_identity
|
||||
//- minicore: fmt, include, concat
|
||||
//- /lib.rs crate:lib
|
||||
proc_macros::mirror! {
|
||||
use proc_macros::{mirror, identity, DeriveIdentity};
|
||||
|
||||
mirror! {
|
||||
{
|
||||
,i32 :x pub
|
||||
,i32 :y pub
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue