gcc/libgrust
Arthur Cohen 433fbb1568 gccrs: format-parser: Add is_some_and method for Option<T>
Workaround for Ubuntu 18.04, since we still use it for the GCC 4.8 CI.
The default Rust package is 1.65 (and unlikely to change I assume?),
but the generic format parser library uses `is_some_and` which was
introduced in 1.70. So this is a simple reimplementation, directly taken
from the standard library sources.

libgrust/ChangeLog:

	* libformat_parser/generic_format_parser/src/lib.rs: Add IsSomeAnd<T>
	trait, impl it for Option<T>.
2024-08-01 13:11:29 +02:00
..
libformat_parser gccrs: format-parser: Add is_some_and method for Option<T> 2024-08-01 13:11:29 +02:00
libproc_macro Update copyright years. 2024-02-21 13:51:26 +01:00
libproc_macro_internal Update copyright years. 2024-02-21 13:51:26 +01:00
aclocal.m4
ChangeLog Daily bump. 2024-01-17 00:21:29 +00:00
configure Rust: Move 'libformat_parser' build into libgrust 2024-08-01 13:11:28 +02:00
configure.ac Rust: Move 'libformat_parser' build into libgrust 2024-08-01 13:11:28 +02:00
Makefile.am Rust: Move 'libformat_parser' build into libgrust 2024-08-01 13:11:28 +02:00
Makefile.in Rust: Move 'libformat_parser' build into libgrust 2024-08-01 13:11:28 +02:00