Update TROUBLES

This commit is contained in:
Pierre Krieger 2016-02-23 18:26:26 +01:00
parent 25bc5f64e6
commit c9feb8f47a

View File

@ -22,3 +22,7 @@
- Visibility rules mean that you can't write `struct Error; pub mod foo { pub struct Foo; impl From<Error> for Foo { ... } }`. Rustc complains
that `Error` is private an exported in `Foo`'s signature, even though that's in the author's opinion a totally legitimate usage.
- This repository contains the `vulkano-shaders` library, which generates Rust code that uses the `vulkano` library. If the API of `vulkano` gets
a breaking change, there is no way to enforce or to check the fact that the user uses a correct combination of versions for `vulkano-shaders`
and `vulkano`.