]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/feature-gates/feature-gate-cfg-target-vendor.stderr
MetadataOnlyCodegenBackend: remove `is_inline` call
[rust.git] / src / test / ui / feature-gates / feature-gate-cfg-target-vendor.stderr
index a625c7e4b24712c721a46d9ba77ece8bbc73ab3e..dd514a5d90a0343612ee76c140c7e69b805fa9fe 100644 (file)
@@ -1,5 +1,5 @@
 error[E0658]: `cfg(target_vendor)` is experimental and subject to change (see issue #29718)
-  --> $DIR/feature-gate-cfg-target-vendor.rs:12:12
+  --> $DIR/feature-gate-cfg-target-vendor.rs:2:12
    |
 LL | #[cfg_attr(target_vendor = "x", x)] //~ ERROR `cfg(target_vendor)` is experimental
    |            ^^^^^^^^^^^^^^^^^^^
@@ -7,7 +7,7 @@ LL | #[cfg_attr(target_vendor = "x", x)] //~ ERROR `cfg(target_vendor)` is exper
    = help: add #![feature(cfg_target_vendor)] to the crate attributes to enable
 
 error[E0658]: `cfg(target_vendor)` is experimental and subject to change (see issue #29718)
-  --> $DIR/feature-gate-cfg-target-vendor.rs:11:7
+  --> $DIR/feature-gate-cfg-target-vendor.rs:1:7
    |
 LL | #[cfg(target_vendor = "x")] //~ ERROR `cfg(target_vendor)` is experimental
    |       ^^^^^^^^^^^^^^^^^^^
@@ -15,7 +15,7 @@ LL | #[cfg(target_vendor = "x")] //~ ERROR `cfg(target_vendor)` is experimental
    = help: add #![feature(cfg_target_vendor)] to the crate attributes to enable
 
 error[E0658]: `cfg(target_vendor)` is experimental and subject to change (see issue #29718)
-  --> $DIR/feature-gate-cfg-target-vendor.rs:15:19
+  --> $DIR/feature-gate-cfg-target-vendor.rs:5:19
    |
 LL | #[cfg(not(any(all(target_vendor = "x"))))] //~ ERROR `cfg(target_vendor)` is experimental
    |                   ^^^^^^^^^^^^^^^^^^^
@@ -23,7 +23,7 @@ LL | #[cfg(not(any(all(target_vendor = "x"))))] //~ ERROR `cfg(target_vendor)` i
    = help: add #![feature(cfg_target_vendor)] to the crate attributes to enable
 
 error[E0658]: `cfg(target_vendor)` is experimental and subject to change (see issue #29718)
-  --> $DIR/feature-gate-cfg-target-vendor.rs:19:10
+  --> $DIR/feature-gate-cfg-target-vendor.rs:9:10
    |
 LL |     cfg!(target_vendor = "x");
    |          ^^^^^^^^^^^^^^^^^^^