Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2018
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. warning: unreachable pattern
  2. --> components/script/dom/offscreencanvas.rs:93:17
  3. |
  4. 93 | _ => None,
  5. | ^
  6. |
  7. = note: #[warn(unreachable_patterns)] on by default
  8.  
  9. error[E0004]: non-exhaustive patterns: `&_` not covered
  10. --> components/script/dom/offscreencanvas.rs:114:15
  11. |
  12. 114 | match &*id {
  13. | ^^^^ pattern `&_` not covered
  14.  
  15. error: aborting due to previous error
  16.  
  17. For more information about this error, try `rustc --explain E0004`.
  18. error: Could not compile `script`.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement