summaryrefslogtreecommitdiffstats
path: root/src/test/ui/const-generics/const-generic-default-wont-borrowck.stderr
blob: c62f1d1d230617f86f1a35f540ca06e26ca03027 (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0381]: used binding `s` isn't initialized
  --> $DIR/const-generic-default-wont-borrowck.rs:2:26
   |
LL |     let s: &'static str; s.len()
   |         -                ^^^^^^^ `*s` used here but it isn't initialized
   |         |
   |         binding declared here but left uninitialized

error: aborting due to previous error

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