1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-24 22:01:47 +03:00
wezterm/wezterm-gui/src
Jeremy Fitzhardinge 81d5a92b66 Build fix for no implementation for &[u8] == std::vec::Vec<u8>`
Full error
```
error[E0277]: can't compare `&[u8]` with `std::vec::Vec<u8>`
   --> wezterm-gui/src/gui/termwindow.rs:817:40
    |
817 |                     if existing.data() == data {
    |                                        ^^ no implementation for `&[u8] == std::vec::Vec<u8>`
    |
    = help: the trait `std::cmp::PartialEq<std::vec::Vec<u8>>` is not implemented for `&[u8]`

error: aborting due to previous error
```
2020-11-07 07:48:21 -08:00
..
gui Build fix for no implementation for &[u8] == std::vec::Vec<u8>` 2020-11-07 07:48:21 -08:00
scripting split gui into wezterm-gui executable 2020-10-24 16:40:15 -07:00
main.rs wezterm: fixup wezterm ssh host 2020-10-31 11:45:30 -07:00
markdown.rs split gui into wezterm-gui executable 2020-10-24 16:40:15 -07:00
stats.rs split gui into wezterm-gui executable 2020-10-24 16:40:15 -07:00
update.rs split gui into wezterm-gui executable 2020-10-24 16:40:15 -07:00