Skip to content

Commit

Permalink
bless tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mrnossiom committed Aug 28, 2024
1 parent 3639fd6 commit 7e587bf
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions test_outputs/trait_associated_type_default_removed.output.ron
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"./test_crates/trait_associated_type_default_removed/": [
// TODO
]
{
"associated_type": String("Foo"),
"has_default": Boolean(false),
"path": List([
String("trait_associated_type_default_removed"),
String("WillLoseDefault"),
]),
"span_begin_line": Uint64(8),
"span_filename": String("src/lib.rs"),
"visibility_limit": String("public"),
},
],
}

0 comments on commit 7e587bf

Please sign in to comment.