Skip to content

Commit

Permalink
The sym crate is not a thing
Browse files Browse the repository at this point in the history
  • Loading branch information
compiler-errors committed Feb 23, 2025
1 parent 46420c9 commit 506532a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ fn true_significant_drop_ty<'tcx>(
debug!(?name_str);
match name_str[..] {
// These are the types from Rust core ecosystem
["sym" | "proc_macro2", ..]
["syn" | "proc_macro2", ..]
| ["core" | "std", "task", "LocalWaker" | "Waker"]
| ["core" | "std", "task", "wake", "LocalWaker" | "Waker"] => Some(smallvec![]),
// These are important types from Rust ecosystem
Expand Down

0 comments on commit 506532a

Please sign in to comment.