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
The `rust_ignore_import` directive allows ignoring specific imports when resolving dependencies, helping to deal with false positives in the dependency detection logic.
2
+
3
+
This test verifies:
4
+
1. The directive successfully ignores the specified import (`false_positive`) in the BUILD file where it's defined
5
+
2. The directive does NOT propagate to subdirectories - `subpkg/` will report an error for `false_positive` since it doesn't have its own directive
0 commit comments