]> git.lizzy.rs Git - rust.git/blob - tests/ui/suggestions/dont-suggest-pin-array-dot-set.stderr
Rollup merge of #106670 - albertlarsan68:check-docs-in-pr-ci, r=Mark-Simulacrum
[rust.git] / tests / ui / suggestions / dont-suggest-pin-array-dot-set.stderr
1 error[E0599]: no method named `set` found for array `[u8; 1]` in the current scope
2   --> $DIR/dont-suggest-pin-array-dot-set.rs:14:7
3    |
4 LL |     a.set(0, 3);
5    |       ^^^ help: there is a method with a similar name: `get`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0599`.