Skip to content

Commit

Permalink
Update 3.2-backend.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hxuhack authored Jul 13, 2024
1 parent cd44efb commit c983d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/3.2-backend.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ There are two steps to add a query:
```
rustc_queries! {
query new_query(_: DefId) -> () {
desc { "check safedrop bugs in rustc mir" }
desc { "a new query with novel features" }
}
}
```
Expand Down

0 comments on commit c983d6b

Please sign in to comment.