summaryrefslogtreecommitdiffstats
path: root/src/test/ui/extern/extern-with-type-bounds.stderr
blob: acd0596422f8aca8d7c99f84c3f05a560c766205 (plain)
1
2
3
4
5
6
7
8
9
error[E0405]: cannot find trait `NoSuchTrait` in this scope
  --> $DIR/extern-with-type-bounds.rs:16:20
   |
LL |     fn align_of<T: NoSuchTrait>() -> usize;
   |                    ^^^^^^^^^^^ not found in this scope

error: aborting due to previous error

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