summaryrefslogtreecommitdiffstats
path: root/tests/ui/rfcs/rfc-2627-raw-dylib/link-ordinal-not-foreign-fn.stderr
blob: 8f279508720ce77458b953d5e726347b70f931eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
error: attribute should be applied to a foreign function or static
  --> $DIR/link-ordinal-not-foreign-fn.rs:1:1
   |
LL | #[link_ordinal(123)]
   | ^^^^^^^^^^^^^^^^^^^^

error: attribute should be applied to a foreign function or static
  --> $DIR/link-ordinal-not-foreign-fn.rs:5:1
   |
LL | #[link_ordinal(123)]
   | ^^^^^^^^^^^^^^^^^^^^

error: attribute should be applied to a foreign function or static
  --> $DIR/link-ordinal-not-foreign-fn.rs:9:1
   |
LL | #[link_ordinal(42)]
   | ^^^^^^^^^^^^^^^^^^^

error: aborting due to 3 previous errors