summary refs log tree commit diff
path: root/src/test/ui/issue-25901.stderr
blob: 8c20df5a230bb0cec8beb217ff9296446d2906ff (plain)
1
2
3
4
5
6
7
8
9
error[E0015]: calls in statics are limited to constant functions, tuple structs and tuple variants
  --> $DIR/issue-25901.rs:14:24
   |
LL | static S: &'static B = &A;
   |                        ^^

error: aborting due to previous error

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