skhtml/tests/cases/not-enough-children.stderr

11 lines
291 B
Plaintext
Raw Normal View History

2018-11-19 09:11:44 +00:00
error: <html> requires 2 children but there are only 1
--> $DIR/not-enough-children.rs:10:10
|
10 | <html>
| ^^^^
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2018-11-19 09:11:44 +00:00
error: aborting due to previous error
2018-11-19 09:11:44 +00:00