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
{{ message }}
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.
Currently they don't return anything and just try to upgrade the handle and then drop it without mem::forgeting it. This is sound, but it doesn't do what it seems like: if it's currently borrowed, it will not drop it. We should indicate this by returning a Result.
The text was updated successfully, but these errors were encountered:
Timidger
changed the title
Destroy on Cursor and output::Layout should return a result
Destroy on Cursor, Seat, and output::Layout should return a result
Feb 16, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently they don't return anything and just try to upgrade the handle and then drop it without
mem::forget
ing it. This is sound, but it doesn't do what it seems like: if it's currently borrowed, it will not drop it. We should indicate this by returning a Result.The text was updated successfully, but these errors were encountered: