#Rustrover IDE fails to build/sync project
3 messages · Page 1 of 1 (latest)
The project doesn't have problem compiling examples but it breaks the IDE's behavior a bit
```error[E0599]: no method named with_docs found for struct type_info::OpaqueInfo in the current scope
--> A:\dev_deps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\bevy_reflect-0.15.3\src\impls\std.rs:45:1
|
45 | impl_reflect_opaque!(u128(
| _^
46 | | Debug,
47 | | Hash,
48 | | PartialEq,
... |
51 | | Default
52 | | ));
| |__^ method not found in OpaqueInfo
|
::: A:\dev_deps\cargo\registry\src\index.crates.io-1949cf8c6b5b557f\bevy_reflect-0.15.3\src\type_info.rs:551:1
|
551 | pub struct OpaqueInfo {
| --------------------- method with_docs not found for this struct
|
= note: this error originates in the macro impl_reflect_opaque (in Nightly builds, run with -Z macro-backtrace for more info)