build: tag RPITIT cause ubuntu 23.10 uses an older compiler

This commit is contained in:
chyyran 2024-02-06 00:45:36 -05:00 committed by Ronny Chan
parent 121dbc4ed6
commit 11ab4b7c9a

View file

@ -1,3 +1,5 @@
#![allow(stable_features)]
#![feature(return_position_impl_trait_in_trait)]
//! Helpers and shared logic for librashader runtime implementations.
//!
//! Most of this is only useful when _writing_ a librashader runtime implementations,