about summary refs log tree commit diff
path: root/tests/ui/dropck/dropck-only-error.stderr
blob: 6c7cd5d296c40b0b56bdc0cf7c0e8ef04967cb16 (plain)
1
2
3
4
5
6
7
8
9
error[E0277]: the trait bound `User: AuthUser` is not satisfied
  --> $DIR/dropck-only-error.rs:20:31
   |
LL | pub fn run_query<User: Authz>(auth: AuthSession<User::AuthnBackend>) {}
   |                               ^^^^ the trait `AuthUser` is not implemented for `User`

error: aborting due to 1 previous error

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