mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 05:45:12 +00:00
Format
This commit is contained in:
parent
3e22f80f44
commit
dc32f756e0
2 changed files with 10 additions and 8 deletions
|
@ -6,6 +6,7 @@ use test_utils::assert_eq_text;
|
|||
use utils::*;
|
||||
|
||||
#[test]
|
||||
#[ignore]
|
||||
fn test_derive_serialize_proc_macro() {
|
||||
assert_expand(
|
||||
"serde_derive",
|
||||
|
@ -17,6 +18,7 @@ fn test_derive_serialize_proc_macro() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[ignore]
|
||||
fn test_derive_serialize_proc_macro_failed() {
|
||||
assert_expand(
|
||||
"serde_derive",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue