Skip to content
  1. Nov 22, 2023
  2. Nov 17, 2023
  3. Aug 04, 2022
  4. Jul 29, 2022
  5. Oct 30, 2021
  6. Nov 19, 2020
    • Constantine Verutin's avatar
      Use the fully-qualified type name for Result · 7dcfa4ee
      Constantine Verutin authored
      Otherwise derived enums failed to build if there's a `Result` type with different number of type arguments in the same scope, e.g:
      ```
      type Result<T> = std::result::Result<T, SomeError>;
      
       #[derive(Primitive)]
      enum Foo {
          A = 1,
      }
      ```
      7dcfa4ee
  7. Jun 19, 2020
  8. Jun 18, 2020
  9. May 30, 2020
  10. Apr 06, 2020
  11. Apr 02, 2020
  12. Apr 01, 2020
  13. Mar 29, 2020
  14. Aug 26, 2019
  15. Jun 22, 2019
  16. May 27, 2019
  17. Sep 01, 2017
Loading