borrowme 0.1.0

The missing compound borrowing for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
error[E0425]: cannot find function `as_slice` in module `std::slice`
 --> tests/ui/missing_path_hint.rs:5:42
  |
5 |     #[borrowme(borrow_with = std::slice::as_slice)]
  |                                          ^^^^^^^^ not found in `std::slice`

error[E0601]: `main` function not found in crate `$CRATE`
 --> tests/ui/missing_path_hint.rs:7:2
  |
7 | }
  |  ^ consider adding a `main` function to `$DIR/tests/ui/missing_path_hint.rs`