• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

facet-rs / facet / 20020324958
58%

Build:
DEFAULT BRANCH: main
Ran 08 Dec 2025 07:37AM UTC
Jobs 1
Files 203
Run time 37min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

08 Dec 2025 07:35AM UTC coverage: 58.577% (+0.01%) from 58.565%
20020324958

push

github

fasterthanlime
fix: support generic types in container-level proxy attribute

Fixes #1109 - Generic type parameters were not available inside the
`&const { }` block used to generate the ProxyDef. This caused errors
like "can't use generic parameters from outer item" when using
`#[facet(proxy = GenericProxy<T>)]` on a generic struct.

The fix moves the proxy conversion functions to an inherent impl block
outside the const block, where generic parameters are in scope. The
functions are then referenced via `Self::method` from within the const.

Added `__private` module to facet-core with FacetString type alias.
Added regression test for generic structs with generic proxy types.

15 of 15 new or added lines in 1 file covered. (100.0%)

24659 of 42097 relevant lines covered (58.58%)

545.74 hits per line

Jobs
ID Job ID Ran Files Coverage
1 20020324958.1 08 Dec 2025 07:37AM UTC 203
58.58
GitHub Action Run
Source Files on build 20020324958
  • Tree
  • List 203
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • a283d54c on github
  • Prev Build on main (#20009744255)
  • Next Build on main (#20020740731)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc