You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
michaelangeloio
changed the title
calls to imported throws do not work on nested properties
call to imported throw does not work on nested properties
Nov 10, 2023
The following code works:
However the following code does not:
Most likely need to revisit the
import_usage_finder.rs
implementation to track nested properties as it visits the AST.https://github.com/michaelangeloio/does-it-throw/blob/main/crates/does-it-throw/src/import_usage_finder.rs
The text was updated successfully, but these errors were encountered: