You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test package_script_with_default_build in rustpkg is busted. It needs to access a file in the source distribution, which it finds based on the test executable path. This doesn't work because it relies on a particular directory layout of the build directory. (Namely, that the root build directory is a subdirectory inside the source directory.)
The text was updated successfully, but these errors were encountered:
…_structs-OnNonExhaustive, r=Manishearth
Do not trigger ``[`rest_pat_in_fully_bound_structs`]`` on `#[non_exhaustive]` structs
fixesrust-lang#8029
Just adds an additional check to ensure that the`ty::VariantDef` is not marked as `#[non_exhaustive]`.
changelog: Do not apply ``[`rest_pat_in_fully_bound_structs`]`` on structs marked as non exhaustive.
The test
package_script_with_default_build
in rustpkg is busted. It needs to access a file in the source distribution, which it finds based on the test executable path. This doesn't work because it relies on a particular directory layout of the build directory. (Namely, that the root build directory is a subdirectory inside the source directory.)The text was updated successfully, but these errors were encountered: