summaryrefslogtreecommitdiffstats
path: root/tests/ui/rfcs/rfc-2627-raw-dylib/link-ordinal-and-name.stderr
blob: f1e54d37827c0f80a5a1cca1762e238bf4489ce4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: cannot use `#[link_name]` with `#[link_ordinal]`
  --> $DIR/link-ordinal-and-name.rs:4:5
   |
LL |     #[link_ordinal(42)]
   |     ^^^^^^^^^^^^^^^^^^^

error: cannot use `#[link_name]` with `#[link_ordinal]`
  --> $DIR/link-ordinal-and-name.rs:8:5
   |
LL |     #[link_ordinal(5)]
   |     ^^^^^^^^^^^^^^^^^^

error: aborting due to 2 previous errors