summary refs log tree commit diff
path: root/src/test/ui/span/borrowck-call-method-from-mut-aliasable.nll.stderr
blob: 43934bf4aeec15fff36516d960922370aa5bdc62 (plain)
1
2
3
4
5
6
7
8
9
error[E0596]: cannot borrow immutable item `*x` as mutable
  --> $DIR/borrowck-call-method-from-mut-aliasable.rs:27:5
   |
LL |     x.h(); //~ ERROR cannot borrow
   |     ^ cannot borrow as mutable

error: aborting due to previous error

For more information about this error, try `rustc --explain E0596`.