// Copyright 2023 The Fuchsia Authors // // Licensed under a BSD-style license , Apache License, Version 2.0 // , or the MIT // license , at your option. // This file may not be copied, modified, or distributed except according to // those terms. include!("../include.rs"); use util::NotZerocopy; fn main() {} // Should fail because `NotZerocopy: !FromBytes`. const NOT_FROM_BYTES: NotZerocopy = zerocopy::include_value!("../../testdata/include_value/data"); //~[msrv, stable, nightly]^ ERROR: the trait bound `NotZerocopy: FromBytes` is not satisfied