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
690: Use a private uninhabited type for Export impls without hints r=halzy a=toasteater
No PRs in our godot-rust repo??? Time to change that!
This makes it no longer a breaking change to add hints for these types later, since the type can't be constructed, and can't be named except as an associated type, so it could not be used in a way that would break if we replace it with something else in safe code.
Close#684
Co-authored-by: toasteater <48371905+toasteater@users.noreply.github.com>
0 commit comments