about summary refs log tree commit diff
path: root/tests/ui/methods/untrimmed-path-type.stderr
blob: ee07e2daa1e1d1f47658eee5d0e53b80a2f5ac14 (plain)
1
2
3
4
5
6
7
8
9
error[E0599]: no method named `unknown` found for enum `Result<T, E>` in the current scope
  --> $DIR/untrimmed-path-type.rs:5:11
   |
LL |    meow().unknown();
   |           ^^^^^^^ method not found in `Result<(), std::io::Error>`

error: aborting due to 1 previous error

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