File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 4141 - run : cargo test --workspace --exclude thiserror_no_std_test
4242 - run : cargo test --manifest-path tests/no-std/Cargo.toml
4343 if : matrix.rust != '1.70.0'
44+ - run : cargo test --no-default-features
4445 - uses : actions/upload-artifact@v4
4546 if : matrix.rust == 'nightly' && always()
4647 with :
Original file line number Diff line number Diff line change 1+ #![ cfg( feature = "std" ) ]
12#![ cfg_attr( thiserror_nightly_testing, feature( error_generic_member_access) ) ]
23
34use thiserror:: Error ;
Original file line number Diff line number Diff line change 11#![ allow( clippy:: iter_cloned_collect, clippy:: uninlined_format_args) ]
22
33use core:: fmt:: Display ;
4+ #[ cfg( feature = "std" ) ]
45use std:: path:: PathBuf ;
56use thiserror:: Error ;
67
Original file line number Diff line number Diff line change 1+ #![ cfg( feature = "std" ) ]
12#![ cfg_attr( thiserror_nightly_testing, feature( error_generic_member_access) ) ]
23
34#[ cfg( thiserror_nightly_testing) ]
You can’t perform that action at this time.
0 commit comments