2020-09-02 07:40:56 +00:00
|
|
|
error: type `fn() -> u32 {foo::bar::f}` is private
|
2023-03-08 09:13:02 +00:00
|
|
|
--> $DIR/intercrate.rs:8:16
|
2018-04-07 14:28:31 +00:00
|
|
|
|
|
|
|
|
LL | assert_eq!(intercrate::foo::m!(), 1);
|
2020-03-22 22:36:54 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^ private type
|
2018-04-07 14:28:31 +00:00
|
|
|
|
|
2021-02-13 19:52:25 +00:00
|
|
|
= note: this error originates in the macro `intercrate::foo::m` (in Nightly builds, run with -Z macro-backtrace for more info)
|
2018-04-07 14:28:31 +00:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2018-04-07 14:28:31 +00:00
|
|
|
|