Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Fails to build with Rust < 1.30 #6

Closed
sdroege opened this issue Nov 14, 2018 · 1 comment
Closed

Fails to build with Rust < 1.30 #6

sdroege opened this issue Nov 14, 2018 · 1 comment

Comments

@sdroege
Copy link
Member

sdroege commented Nov 14, 2018

See https://gitlab.freedesktop.org/ebnerm/gstreamer-rs/-/jobs/44018. This needs a use glib at the top in both files.

error[E0658]: access to extern crates through prelude is experimental (see issue #44660)
  --> .cargo_cache/git/checkouts/atk-98261c164e2822cd/b8eef79/src/auto/window.rs:63:27
   |
63 | impl<O: IsA<Window> + IsA<glib::object::Object>> AtkWindowExt for O {
   |                           ^^^^

error[E0658]: access to extern crates through prelude is experimental (see issue #44660)
 --> .cargo_cache/git/checkouts/atk-98261c164e2822cd/b8eef79/src/attribute_set.rs:5:25
  |
5 | pub type AttributeSet = glib::translate::SList;
  |                         ^^^^

error: aborting due to 2 previous errors
@GuillaumeGomez
Copy link
Member

Working now.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants