Add a test for #2126
This commit is contained in:
parent
036917b691
commit
d2d5ebe4da
@ -170,3 +170,19 @@ impl Settings {
|
||||
let mut file = File::create(&settings_path).chain_err(|| ErrorKind::WriteError(settings_path.clone()))?;
|
||||
}
|
||||
}
|
||||
|
||||
fn issue2126() {
|
||||
{
|
||||
{
|
||||
{
|
||||
{
|
||||
{
|
||||
let x = self.span_from(sub_span.expect("No span found for struct arant variant"));
|
||||
self.sspanpan_from_span(sub_span.expect("No span found for struct variant"));
|
||||
let x = self.spanpan_from_span(sub_span.expect("No span found for struct variant"))?;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -193,3 +193,25 @@ impl Settings {
|
||||
.chain_err(|| ErrorKind::WriteError(settings_path.clone()))?;
|
||||
}
|
||||
}
|
||||
|
||||
fn issue2126() {
|
||||
{
|
||||
{
|
||||
{
|
||||
{
|
||||
{
|
||||
let x = self.span_from(
|
||||
sub_span.expect("No span found for struct arant variant"),
|
||||
);
|
||||
self.sspanpan_from_span(
|
||||
sub_span.expect("No span found for struct variant"),
|
||||
);
|
||||
let x = self.spanpan_from_span(
|
||||
sub_span.expect("No span found for struct variant"),
|
||||
)?;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user