@@ -1290,7 +1290,7 @@ warning: crate-level attribute should be an inner attribute: add an exclamation
12901290LL | #[crate_name = "0900"]
12911291 | ^^^^^^^^^^^^^^^^^^^^^^
12921292 |
1293- note: This attribute does not have an `!`, which means it is applied to this module
1293+ note: this attribute does not have an `!`, which means it is applied to this module
12941294 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:799:1
12951295 |
12961296LL | / mod crate_name {
@@ -1312,7 +1312,7 @@ warning: crate-level attribute should be an inner attribute: add an exclamation
13121312LL | #[crate_name = "0900"] fn f() { }
13131313 | ^^^^^^^^^^^^^^^^^^^^^^
13141314 |
1315- note: This attribute does not have an `!`, which means it is applied to this function
1315+ note: this attribute does not have an `!`, which means it is applied to this function
13161316 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:804:28
13171317 |
13181318LL | #[crate_name = "0900"] fn f() { }
@@ -1324,7 +1324,7 @@ warning: crate-level attribute should be an inner attribute: add an exclamation
13241324LL | #[crate_name = "0900"] struct S;
13251325 | ^^^^^^^^^^^^^^^^^^^^^^
13261326 |
1327- note: This attribute does not have an `!`, which means it is applied to this struct
1327+ note: this attribute does not have an `!`, which means it is applied to this struct
13281328 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:808:28
13291329 |
13301330LL | #[crate_name = "0900"] struct S;
@@ -1336,7 +1336,7 @@ warning: crate-level attribute should be an inner attribute: add an exclamation
13361336LL | #[crate_name = "0900"] type T = S;
13371337 | ^^^^^^^^^^^^^^^^^^^^^^
13381338 |
1339- note: This attribute does not have an `!`, which means it is applied to this type alias
1339+ note: this attribute does not have an `!`, which means it is applied to this type alias
13401340 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:812:28
13411341 |
13421342LL | #[crate_name = "0900"] type T = S;
@@ -1348,7 +1348,7 @@ warning: crate-level attribute should be an inner attribute: add an exclamation
13481348LL | #[crate_name = "0900"] impl S { }
13491349 | ^^^^^^^^^^^^^^^^^^^^^^
13501350 |
1351- note: This attribute does not have an `!`, which means it is applied to this implementation block
1351+ note: this attribute does not have an `!`, which means it is applied to this implementation block
13521352 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:816:28
13531353 |
13541354LL | #[crate_name = "0900"] impl S { }
@@ -1360,7 +1360,7 @@ warning: crate-level attribute should be an inner attribute: add an exclamation
13601360LL | #[recursion_limit="0200"]
13611361 | ^^^^^^^^^^^^^^^^^^^^^^^^^
13621362 |
1363- note: This attribute does not have an `!`, which means it is applied to this module
1363+ note: this attribute does not have an `!`, which means it is applied to this module
13641364 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:920:1
13651365 |
13661366LL | / mod recursion_limit {
@@ -1382,7 +1382,7 @@ warning: crate-level attribute should be an inner attribute: add an exclamation
13821382LL | #[recursion_limit="0200"] fn f() { }
13831383 | ^^^^^^^^^^^^^^^^^^^^^^^^^
13841384 |
1385- note: This attribute does not have an `!`, which means it is applied to this function
1385+ note: this attribute does not have an `!`, which means it is applied to this function
13861386 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:925:31
13871387 |
13881388LL | #[recursion_limit="0200"] fn f() { }
@@ -1394,7 +1394,7 @@ warning: crate-level attribute should be an inner attribute: add an exclamation
13941394LL | #[recursion_limit="0200"] struct S;
13951395 | ^^^^^^^^^^^^^^^^^^^^^^^^^
13961396 |
1397- note: This attribute does not have an `!`, which means it is applied to this struct
1397+ note: this attribute does not have an `!`, which means it is applied to this struct
13981398 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:929:31
13991399 |
14001400LL | #[recursion_limit="0200"] struct S;
@@ -1406,7 +1406,7 @@ warning: crate-level attribute should be an inner attribute: add an exclamation
14061406LL | #[recursion_limit="0200"] type T = S;
14071407 | ^^^^^^^^^^^^^^^^^^^^^^^^^
14081408 |
1409- note: This attribute does not have an `!`, which means it is applied to this type alias
1409+ note: this attribute does not have an `!`, which means it is applied to this type alias
14101410 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:933:31
14111411 |
14121412LL | #[recursion_limit="0200"] type T = S;
@@ -1418,7 +1418,7 @@ warning: crate-level attribute should be an inner attribute: add an exclamation
14181418LL | #[recursion_limit="0200"] impl S { }
14191419 | ^^^^^^^^^^^^^^^^^^^^^^^^^
14201420 |
1421- note: This attribute does not have an `!`, which means it is applied to this implementation block
1421+ note: this attribute does not have an `!`, which means it is applied to this implementation block
14221422 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:937:31
14231423 |
14241424LL | #[recursion_limit="0200"] impl S { }
@@ -1430,7 +1430,7 @@ warning: crate-level attribute should be an inner attribute: add an exclamation
14301430LL | #[type_length_limit="0100"]
14311431 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
14321432 |
1433- note: This attribute does not have an `!`, which means it is applied to this module
1433+ note: this attribute does not have an `!`, which means it is applied to this module
14341434 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:944:1
14351435 |
14361436LL | / mod type_length_limit {
@@ -1452,7 +1452,7 @@ warning: crate-level attribute should be an inner attribute: add an exclamation
14521452LL | #[type_length_limit="0100"] fn f() { }
14531453 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
14541454 |
1455- note: This attribute does not have an `!`, which means it is applied to this function
1455+ note: this attribute does not have an `!`, which means it is applied to this function
14561456 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:949:33
14571457 |
14581458LL | #[type_length_limit="0100"] fn f() { }
@@ -1464,7 +1464,7 @@ warning: crate-level attribute should be an inner attribute: add an exclamation
14641464LL | #[type_length_limit="0100"] struct S;
14651465 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
14661466 |
1467- note: This attribute does not have an `!`, which means it is applied to this struct
1467+ note: this attribute does not have an `!`, which means it is applied to this struct
14681468 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:953:33
14691469 |
14701470LL | #[type_length_limit="0100"] struct S;
@@ -1476,7 +1476,7 @@ warning: crate-level attribute should be an inner attribute: add an exclamation
14761476LL | #[type_length_limit="0100"] type T = S;
14771477 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
14781478 |
1479- note: This attribute does not have an `!`, which means it is applied to this type alias
1479+ note: this attribute does not have an `!`, which means it is applied to this type alias
14801480 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:957:33
14811481 |
14821482LL | #[type_length_limit="0100"] type T = S;
@@ -1488,7 +1488,7 @@ warning: crate-level attribute should be an inner attribute: add an exclamation
14881488LL | #[type_length_limit="0100"] impl S { }
14891489 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
14901490 |
1491- note: This attribute does not have an `!`, which means it is applied to this implementation block
1491+ note: this attribute does not have an `!`, which means it is applied to this implementation block
14921492 --> $DIR/issue-43106-gating-of-builtin-attrs.rs:961:33
14931493 |
14941494LL | #[type_length_limit="0100"] impl S { }
0 commit comments