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
Add BOTHER & termios2 to Android & Linux
This should be the same for both the struct and the constant across all Linux/Android platforms, but we'll see!
marysaka
pushed a commit
to sunriseos/rust
that referenced
this issue
Oct 20, 2019
This code:
fails with a type error:
error: mismatched types: expected @option::t[int] but found @option::t[ZZZ] (types differ)
This is a bad error message because it refers to a line inside bad() -- in this scope, ZZZ is meaningless. The error should say uint instead of ZZZ.
The text was updated successfully, but these errors were encountered: