feat(tvix/eval): add warning for deprecated URL literals
Change-Id: I8a9cfcb5d99680344ee0e3461a4a52526b846c92 Reviewed-on: https://cl.tvl.fyi/c/depot/+/6175 Tested-by: BuildkiteCI Reviewed-by: grfn <grfn@gws.fyi> Reviewed-by: sterni <sternenseemann@systemli.org>
This commit is contained in:
parent
7e77972d71
commit
598c197422
2 changed files with 12 additions and 6 deletions
|
|
@ -2,7 +2,9 @@
|
|||
/// problems that the user could address.
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum WarningKind {}
|
||||
pub enum WarningKind {
|
||||
DeprecatedLiteralURL,
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct EvalWarning {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue