Files
cbindgen/tests/rust
Emilio Cobos Álvarez 52de917d25 parser: Fix handling of #[path] attributes inside inline submodules.
As seen in hashbrown:

    #[cfg(feature = "raw")]
    /// Experimental and unsafe `RawTable` API. This module is only available if the
    /// `raw` feature is enabled.
    pub mod raw {
        // The RawTable API is still experimental and is not properly documented yet.
        #[allow(missing_docs)]
        #[path = "mod.rs"]
        mod inner;
        pub use inner::*;

        #[cfg(feature = "rayon")]
        pub mod rayon {
            pub use crate::external_trait_impls::rayon::raw::*;
        }
    }
2021-04-07 13:25:57 +02:00
..
2019-09-21 22:42:17 +09:00
2020-04-17 14:11:06 +02:00
2019-01-03 16:06:33 -06:00
2019-01-03 16:06:33 -06:00
2020-07-31 16:22:48 +02:00
2020-01-13 14:26:21 +01:00
2020-11-25 17:30:30 +01:00
2018-11-05 08:54:07 -06:00
2020-03-09 01:49:14 +01:00
2020-12-06 13:10:15 +01:00
2020-11-25 17:30:30 +01:00
2019-12-02 19:55:04 +01:00
2020-11-27 01:31:01 +01:00
2019-04-14 16:20:07 +02:00
2019-04-14 16:20:07 +02:00
2017-11-09 18:04:22 -05:00
2020-07-24 22:39:08 +02:00
2019-06-16 22:02:26 -07:00
2018-07-25 13:54:10 -05:00
2018-07-25 13:54:10 -05:00
2018-10-24 11:50:03 -05:00
2018-10-24 11:50:03 -05:00
2018-10-01 16:53:09 -05:00
2018-10-01 16:53:09 -05:00
2020-11-27 01:31:01 +01:00
2020-09-07 20:53:09 +02:00
2018-01-04 23:30:53 -06:00
2019-01-03 09:46:55 -06:00
2021-02-01 13:56:45 +01:00