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
Most of the calls to <_ as TS>::name() are fully qualified, however some of them are not and this leads to "multiple applicable items in scope" errors. Here is an example of an unqualified call:
Most of the calls to
<_ as TS>::name()
are fully qualified, however some of them are not and this leads to "multiple applicable items in scope" errors. Here is an example of an unqualified call:ts-rs/macros/src/lib.rs
Line 161 in 1ae4148
The text was updated successfully, but these errors were encountered: