Test suite attributes

This commit is contained in:
David Tolnay 2022-07-03 08:15:26 -07:00
parent aab056d6fb
commit f0650a8f8b
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
13 changed files with 102 additions and 0 deletions

View file

@ -1,3 +1,11 @@
#![feature(extern_types)]
#![allow(
non_camel_case_types,
non_snake_case,
unused_assignments,
unused_mut,
)]
use ::libc;
extern "C" {
pub type _IO_wide_data;

View file

@ -1,3 +1,11 @@
#![feature(extern_types)]
#![allow(
non_camel_case_types,
non_snake_case,
unused_assignments,
unused_mut,
)]
use ::libc;
extern "C" {
pub type _IO_wide_data;

View file

@ -1,3 +1,11 @@
#![feature(extern_types)]
#![allow(
non_camel_case_types,
non_snake_case,
unused_assignments,
unused_mut,
)]
use ::libc;
extern "C" {
pub type _IO_wide_data;

View file

@ -1,3 +1,11 @@
#![feature(extern_types)]
#![allow(
non_camel_case_types,
non_snake_case,
unused_assignments,
unused_mut,
)]
use ::libc;
extern "C" {
pub type _IO_wide_data;

View file

@ -1,3 +1,11 @@
#![feature(extern_types)]
#![allow(
non_camel_case_types,
non_snake_case,
unused_assignments,
unused_mut,
)]
use ::libc;
extern "C" {
pub type _IO_wide_data;

View file

@ -1,3 +1,11 @@
#![feature(extern_types)]
#![allow(
non_camel_case_types,
non_snake_case,
unused_assignments,
unused_mut,
)]
use ::libc;
extern "C" {
pub type _IO_wide_data;

View file

@ -1,3 +1,11 @@
#![feature(extern_types)]
#![allow(
non_camel_case_types,
non_snake_case,
unused_assignments,
unused_mut,
)]
use ::libc;
extern "C" {
pub type _IO_wide_data;

View file

@ -1,3 +1,11 @@
#![feature(extern_types)]
#![allow(
non_camel_case_types,
non_snake_case,
unused_assignments,
unused_mut,
)]
use ::libc;
extern "C" {
pub type _IO_wide_data;

View file

@ -1,3 +1,11 @@
#![feature(extern_types)]
#![allow(
non_camel_case_types,
non_snake_case,
unused_assignments,
unused_mut,
)]
use ::libc;
extern "C" {
pub type _IO_wide_data;

View file

@ -1,3 +1,11 @@
#![feature(extern_types)]
#![allow(
non_camel_case_types,
non_snake_case,
unused_assignments,
unused_mut,
)]
use ::libc;
extern "C" {
pub type _IO_wide_data;

View file

@ -1,3 +1,11 @@
#![feature(extern_types)]
#![allow(
non_camel_case_types,
non_snake_case,
unused_assignments,
unused_mut,
)]
use ::libc;
extern "C" {
pub type _IO_wide_data;

View file

@ -1,3 +1,11 @@
#![feature(extern_types)]
#![allow(
non_camel_case_types,
non_snake_case,
unused_assignments,
unused_mut,
)]
use ::libc;
extern "C" {
pub type _IO_wide_data;

View file

@ -1,3 +1,9 @@
#![feature(extern_types)]
#![allow(
non_camel_case_types,
non_snake_case,
)]
use ::libc;
extern "C" {
pub type _IO_wide_data;