danielhenrymantilla / nougat.rs

(lifetime) GATs on stable Rust
https://docs.rs/nougat
Apache License 2.0
53 stars 6 forks source link

Fix missing `pub` on the helper GAT trait(s) #5

Closed danielhenrymantilla closed 2 years ago

danielhenrymantilla commented 2 years ago

Using #[nougat] on a pub trait would fail due to the missing pub privacy of the helper GAT trait.