| 
1 | 1 | error[E0658]: use of unstable library feature 'function'  | 
2 |  | -  --> $DIR/internal-unstable.rs:41:25  | 
 | 2 | +  --> $DIR/internal-unstable.rs:40:25  | 
3 | 3 |    |  | 
4 | 4 | LL |     pass_through_allow!(internal_unstable::unstable());  | 
5 | 5 |    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^  | 
6 | 6 |    |  | 
7 | 7 |    = help: add `#![feature(function)]` to the crate attributes to enable  | 
8 | 8 | 
 
  | 
9 | 9 | error[E0658]: use of unstable library feature 'function'  | 
10 |  | -  --> $DIR/internal-unstable.rs:43:27  | 
 | 10 | +  --> $DIR/internal-unstable.rs:42:27  | 
11 | 11 |    |  | 
12 | 12 | LL |     pass_through_noallow!(internal_unstable::unstable());  | 
13 | 13 |    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^  | 
14 | 14 |    |  | 
15 | 15 |    = help: add `#![feature(function)]` to the crate attributes to enable  | 
16 | 16 | 
 
  | 
17 | 17 | error[E0658]: use of unstable library feature 'function'  | 
18 |  | -  --> $DIR/internal-unstable.rs:47:22  | 
 | 18 | +  --> $DIR/internal-unstable.rs:46:22  | 
19 | 19 |    |  | 
20 | 20 | LL |     println!("{:?}", internal_unstable::unstable());  | 
21 | 21 |    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^  | 
22 | 22 |    |  | 
23 | 23 |    = help: add `#![feature(function)]` to the crate attributes to enable  | 
24 | 24 | 
 
  | 
25 | 25 | error[E0658]: use of unstable library feature 'function'  | 
26 |  | -  --> $DIR/internal-unstable.rs:49:10  | 
 | 26 | +  --> $DIR/internal-unstable.rs:48:10  | 
27 | 27 |    |  | 
28 | 28 | LL |     bar!(internal_unstable::unstable());  | 
29 | 29 |    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^  | 
30 | 30 |    |  | 
31 | 31 |    = help: add `#![feature(function)]` to the crate attributes to enable  | 
32 | 32 | 
 
  | 
33 | 33 | error[E0658]: use of unstable library feature 'function'  | 
34 |  | -  --> $DIR/internal-unstable.rs:19:9  | 
 | 34 | +  --> $DIR/internal-unstable.rs:18:9  | 
35 | 35 |    |  | 
36 | 36 | LL |         internal_unstable::unstable();  | 
37 | 37 |    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^  | 
 | 
0 commit comments