Skip to content

Commit 0d0fe96

Browse files
committed
Fix 3
1 parent a0c70ca commit 0d0fe96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ which can coerce between a type parameter and as many types as there are variant
2929
This demonstrates how one can write a polymorphic `const fn`
3030
(as of 2025-07-20, trait methods can't be called in const fns on stable)
3131

32+
(this example requires Rust 1.61.0, since it uses trait bounds in const)
3233
```rust
3334
use typewit::{HasTypeWitness, TypeEq};
3435

0 commit comments

Comments
 (0)