Skip to content
Snippets Groups Projects
  1. Sep 22, 2019
  2. Sep 20, 2019
  3. Sep 19, 2019
  4. Sep 18, 2019
    • bors's avatar
      Auto merge of #1521 - Wind-River:master_rebase, r=gnzlbg · 56850068
      bors authored
      Fix building error at backtrace
      
      I get this error when builind backtrace:
      
      error[E0308]: mismatched types
        --> /folk/prj-rust-dev/bpang/ala-diab-pb19l/fix_bugs/latest/.cargo/git/checkouts/backtrace-rs-fb1f822361417489/e745627/src/symboli\
      ze/dladdr.rs:38:73
         |
      38 |                         Some(SymbolName::new(slice::from_raw_parts(ptr, len)))
         |                                                                         ^^^ expected usize, found u64
      help: you can convert an `u64` to `usize` and panic if the converted value wouldn't fit
      
      It shows the 'size_t' is expected to be defined as "usize".
      56850068
  5. Sep 17, 2019
  6. Sep 16, 2019
  7. Sep 14, 2019
  8. Sep 13, 2019
  9. Sep 12, 2019
  10. Sep 11, 2019
  11. Sep 07, 2019
Loading