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
priv-trait.rs:1:12: 1:13 error: private type in exported type parameter bound
priv-trait.rs:1 pub fn foo<T: Bar>() {}
^
error: aborting due to previous error
The span should point to Bar (especially important for param lists with several traits), and it could probably say trait instead of type.
The text was updated successfully, but these errors were encountered:
The span should point to
Bar
(especially important for param lists with several traits), and it could probably saytrait
instead oftype
.The text was updated successfully, but these errors were encountered: