summary refs log tree commit diff
path: root/src/test/ui/consts/const_let_assign3.stderr
blob: 7f9a953c10fe8ae8b9fe0190b3e5097751aa86a9 (plain)
1
2
3
4
5
6
7
8
9
error[E0017]: references in constants may only refer to immutable values
  --> $DIR/const_let_assign3.rs:16:5
   |
LL |     s.foo(3); //~ ERROR references in constants may only refer to immutable values
   |     ^ constants require immutable values

error: aborting due to previous error

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